Html Css Color HEX #F12488 Deep Pink

📋 copy color: '#F12488'

red 241 ◦ green 36 ◦ blue 136

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

Shades of Deep Pink #F12488

Tints of Deep Pink #F12488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.72%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 58.35%
G = 8.72%
B = 32.93%

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

#F12488 (or 0xF12488) is known color: Deep Pink. HEX triplet: F1, 24 and 88. RGB value is (241,36,136). Sum of RGB (Red+Green+Blue) = 241+36+136=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F12488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12488 is #0EDB77. Grayscale: #6C6C6C. Windows color (decimal): -973688 or 8922353. OLE color: 8922353.

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

Color convert

RGB 241 36 136 -
CMYK 0 0.85 0.44 0.05
HSL 330.73º 0.88% 0.54% -
HSV(B) 330.73º 0.85% 0.95% -
XYZ 41.35 21.74 25.31 -
YUV 108.7 143.42 222.37 -
System Red Green Blue C M Y K H S L
Decimal 241 36 136 0 0.85 0.44 0.05 330.73 0.88 0.54
Hex F1 24 88 0 55 2C 5 14B 58 36
Octal 361 44 210 0 125 54 5 513 130 66
Binary 11110001 100100 10001000 0 1010101 101100 101 101001011 1011000 110110

Color Harmonies of #F12488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12488

Black with #F12488

Text Example


Text Example

White with #F12488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12488; }

 p { color: rgb(241,36,136); }

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

background-color css

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

 a { background-color: rgb(241,36,136); }

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

border-color css

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

 span { border-color: rgb(241,36,136); }

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