Html Css Color HEX #F12187 Deep Pink

📋 copy color: '#F12187'

red 241 ◦ green 33 ◦ blue 135

#F12187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F12187

Tints of Deep Pink #F12187

RGB

 RED value IS 241 (94.53% from 255) = 58.92%

 GREEN value IS 33 (13.28% from 255) = 8.07%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 58.92%
G = 8.07%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F12187 (or 0xF12187) is known color: Deep Pink. HEX triplet: F1, 21 and 87. RGB value is (241,33,135). Sum of RGB (Red+Green+Blue) = 241+33+135=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F12187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12187 is #0EDE78. Grayscale: #6A6A6A. Windows color (decimal): -974457 or 8856049. OLE color: 8856049.

HSL color Cylindrical-coordinate representation of color #F12187: hue angle of 330.58º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12187 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 135 -
CMYK 0 0.86 0.44 0.05
HSL 330.58º 0.88% 0.54% -
HSV(B) 330.58º 0.86% 0.95% -
XYZ 41.19 21.54 24.91 -
YUV 106.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 241 33 135 0 0.86 0.44 0.05 330.58 0.88 0.54
Hex F1 21 87 0 56 2C 5 14B 58 36
Octal 361 41 207 0 126 54 5 513 130 66
Binary 11110001 100001 10000111 0 1010110 101100 101 101001011 1011000 110110

Color Harmonies of #F12187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12187

Black with #F12187

Text Example


Text Example

White with #F12187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12187; }

 p { color: rgb(241,33,135); }

 H1.HeaderClassName
 {
   color: #F12187;
 }
 .AnyTagClassName
 {
   color: #F12187;
 }
</style>

background-color css

<style>
 a { background-color: #F12187; }

 a { background-color: rgb(241,33,135); }

 div.DivClassName
 {
   background-color: #F12187;
 }
 .BgClassName
 {
   background-color: #F12187;
 }
</style>

border-color css

<style>
 span { border-color: #F12187; }

 span { border-color: rgb(241,33,135); }

 td.TdClassName
 {
   border-color: #F12187;
 }
 .TagClassName
 {
   border-color: #F12187;
 }
</style>