Html Css Color HEX #F11288 Deep Pink

📋 copy color: '#F11288'

red 241 ◦ green 18 ◦ blue 136

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

Shades of Deep Pink #F11288

Tints of Deep Pink #F11288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.56%

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

R = 61.01%
G = 4.56%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F11288 (or 0xF11288) is known color: Deep Pink. HEX triplet: F1, 12 and 88. RGB value is (241,18,136). Sum of RGB (Red+Green+Blue) = 241+18+136=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F11288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11288 is #0EED77. Grayscale: #616161. Windows color (decimal): -978296 or 8917745. OLE color: 8917745.

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

Color convert

RGB 241 18 136 -
CMYK 0 0.93 0.44 0.05
HSL 328.25º 0.89% 0.51% -
HSV(B) 328.25º 0.93% 0.95% -
XYZ 40.94 20.91 25.17 -
YUV 98.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 241 18 136 0 0.93 0.44 0.05 328.25 0.89 0.51
Hex F1 12 88 0 5D 2C 5 148 59 33
Octal 361 22 210 0 135 54 5 510 131 63
Binary 11110001 10010 10001000 0 1011101 101100 101 101001000 1011001 110011

Color Harmonies of #F11288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11288

Black with #F11288

Text Example


Text Example

White with #F11288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11288; }

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

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

background-color css

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

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

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

border-color css

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

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

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