Html Css Color HEX #F12388 Deep Pink

📋 copy color: '#F12388'

red 241 ◦ green 35 ◦ blue 136

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

Shades of Deep Pink #F12388

Tints of Deep Pink #F12388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.5%

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

R = 58.5%
G = 8.5%
B = 33.01%

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

#F12388 (or 0xF12388) is known color: Deep Pink. HEX triplet: F1, 23 and 88. RGB value is (241,35,136). Sum of RGB (Red+Green+Blue) = 241+35+136=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F12388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12388 is #0EDC77. Grayscale: #6B6B6B. Windows color (decimal): -973944 or 8922097. OLE color: 8922097.

HSL color Cylindrical-coordinate representation of color #F12388: 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.85%. Process color model (Four color, CMYK) of #F12388 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 35 136 -
CMYK 0 0.85 0.44 0.05
HSL 330.58º 0.88% 0.54% -
HSV(B) 330.58º 0.85% 0.95% -
XYZ 41.32 21.68 25.3 -
YUV 108.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 241 35 136 0 0.85 0.44 0.05 330.58 0.88 0.54
Hex F1 23 88 0 55 2C 5 14B 58 36
Octal 361 43 210 0 125 54 5 513 130 66
Binary 11110001 100011 10001000 0 1010101 101100 101 101001011 1011000 110110

Color Harmonies of #F12388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12388

Black with #F12388

Text Example


Text Example

White with #F12388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12388; }

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

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

background-color css

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

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

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

border-color css

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

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

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