Html Css Color HEX #F91488 Deep Pink

📋 copy color: '#F91488'

red 249 ◦ green 20 ◦ blue 136

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

Shades of Deep Pink #F91488

Tints of Deep Pink #F91488

RGB

 RED value IS 249 (97.66% from 255) = 61.48%

 GREEN value IS 20 (8.2% from 255) = 4.94%

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

R = 61.48%
G = 4.94%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F91488 (or 0xF91488) is known color: Deep Pink. HEX triplet: F9, 14 and 88. RGB value is (249,20,136). Sum of RGB (Red+Green+Blue) = 249+20+136=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F91488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91488 is #06EB77. Grayscale: #656565. Windows color (decimal): -453496 or 8918265. OLE color: 8918265.

HSL color Cylindrical-coordinate representation of color #F91488: hue angle of 329.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91488 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 136 -
CMYK 0 0.92 0.45 0.02
HSL 329.61º 0.95% 0.53% -
HSV(B) 329.61º 0.92% 0.98% -
XYZ 43.76 22.42 25.31 -
YUV 101.7 147.37 233.07 -
System Red Green Blue C M Y K H S L
Decimal 249 20 136 0 0.92 0.45 0.02 329.61 0.95 0.53
Hex F9 14 88 0 5C 2D 2 14A 5F 35
Octal 371 24 210 0 134 55 2 512 137 65
Binary 11111001 10100 10001000 0 1011100 101101 10 101001010 1011111 110101

Color Harmonies of #F91488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91488

Black with #F91488

Text Example


Text Example

White with #F91488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91488; }

 p { color: rgb(249,20,136); }

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

background-color css

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

 a { background-color: rgb(249,20,136); }

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

border-color css

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

 span { border-color: rgb(249,20,136); }

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