Html Css Color HEX #F12586 Deep Pink

📋 copy color: '#F12586'

red 241 ◦ green 37 ◦ blue 134

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

Shades of Deep Pink #F12586

Tints of Deep Pink #F12586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.98%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 58.5%
G = 8.98%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F12586 (or 0xF12586) is known color: Deep Pink. HEX triplet: F1, 25 and 86. RGB value is (241,37,134). Sum of RGB (Red+Green+Blue) = 241+37+134=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F12586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12586 is #0EDA79. Grayscale: #6C6C6C. Windows color (decimal): -973434 or 8791537. OLE color: 8791537.

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

Color convert

RGB 241 37 134 -
CMYK 0 0.85 0.44 0.05
HSL 331.47º 0.88% 0.55% -
HSV(B) 331.47º 0.85% 0.95% -
XYZ 41.24 21.75 24.58 -
YUV 109.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 241 37 134 0 0.85 0.44 0.05 331.47 0.88 0.55
Hex F1 25 86 0 55 2C 5 14B 58 37
Octal 361 45 206 0 125 54 5 513 130 67
Binary 11110001 100101 10000110 0 1010101 101100 101 101001011 1011000 110111

Color Harmonies of #F12586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12586

Black with #F12586

Text Example


Text Example

White with #F12586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12586; }

 p { color: rgb(241,37,134); }

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

background-color css

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

 a { background-color: rgb(241,37,134); }

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

border-color css

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

 span { border-color: rgb(241,37,134); }

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