Color Hex Logo

#f12bff Color Hex

#F12BFF
(241,43,255)
0 Favorites   0 Comments

Color spaces of #f12bff

RGB 24143255
HSL0.821.000.58
HSV296°83°100°
CMYK 0.050.830.00   0.00
XYZ55.189527.648597.0356
Yxy27.64850.30680.1537
Hunter Lab52.581895.3340-72.6077
CIE-Lab59.569891.4023-62.1730

#f12bff color RGB value is (241,43,255).

#f12bff hex color red value is 241, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f12bff hue: 0.82 , saturation: 1.00 and the lightness value of f12bff is 0.58.

The process color (four color CMYK) of #f12bff color hex is 0.05, 0.83, 0.00, 0.00. Web safe color of #f12bff is #ff33ff. Color #f12bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101011 11111111
Octal 361 53 377
Decimal 241 43 255
Hex F1 2B FF

RGB Percentages of Color #f12bff

%44.71
%7.98
%47.31

CMYK Percentages of Color #f12bff

%5
%83
%0
%0

Triadic Colors of #f12bff

#f12bff #fff12b #2bfff1

Analogous Colors of #f12bff

#f12bff #ff2ba3 #872bff

Monochromatic Colors of #f12bff

#f12bff

Complementary Color

#f12bff #39ff2b

#f12bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12bff Color CSS Codes

.mybgcolor {background-color:#f12bff; } 
.myforecolor {color:#f12bff; }
.mybordercolor {border:3px solid #f12bff; }

#f12bff Text Font Color

<p style="color:#f12bff">Text here</p>

This sample text font color is #f12bff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f12bff Background Color

<div style="background-color:#f12bff">
Div content here</div>

This div background color is #f12bff


#f12bff Border Color

<div style="border:3px solid #f12bff">
Div here</div>

This div border color is #f12bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,43,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12bff;
  -webkit-box-shadow: 1px 1px 3px 2px #f12bff;
  box-shadow:         1px 1px 3px 2px #f12bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,43,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f12bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f12bff;
  -webkit-box-shadow: 1px 1px 3px 2px #f12bff;
  box-shadow:         1px 1px 3px 2px #f12bff;">
Div content here</div>

This div box has shadow with color #f12bff

Related Colors


Comments

No comments written yet.

Please login to write comment.