Html Css Color HEX #F12288 Deep Pink

📋 copy color: '#F12288'

red 241 ◦ green 34 ◦ blue 136

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

Shades of Deep Pink #F12288

Tints of Deep Pink #F12288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.27%

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

R = 58.64%
G = 8.27%
B = 33.09%

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

#F12288 (or 0xF12288) is known color: Deep Pink. HEX triplet: F1, 22 and 88. RGB value is (241,34,136). Sum of RGB (Red+Green+Blue) = 241+34+136=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12288 is #0EDD77. Grayscale: #6B6B6B. Windows color (decimal): -974200 or 8921841. OLE color: 8921841.

HSL color Cylindrical-coordinate representation of color #F12288: hue angle of 330.43º 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 #F12288 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 34 136 -
CMYK 0 0.86 0.44 0.05
HSL 330.43º 0.88% 0.54% -
HSV(B) 330.43º 0.86% 0.95% -
XYZ 41.29 21.62 25.29 -
YUV 107.52 144.08 223.21 -
System Red Green Blue C M Y K H S L
Decimal 241 34 136 0 0.86 0.44 0.05 330.43 0.88 0.54
Hex F1 22 88 0 56 2C 5 14A 58 36
Octal 361 42 210 0 126 54 5 512 130 66
Binary 11110001 100010 10001000 0 1010110 101100 101 101001010 1011000 110110

Color Harmonies of #F12288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12288

Black with #F12288

Text Example


Text Example

White with #F12288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12288; }

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

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

background-color css

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

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

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

border-color css

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

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

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