Html Css Color HEX #F91199 Deep Pink

📋 copy color: '#F91199'

red 249 ◦ green 17 ◦ blue 153

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

Shades of Deep Pink #F91199

Tints of Deep Pink #F91199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.06%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 59.43%
G = 4.06%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F91199 (or 0xF91199) is known color: Deep Pink. HEX triplet: F9, 11 and 99. RGB value is (249,17,153). Sum of RGB (Red+Green+Blue) = 249+17+153=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F91199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91199 is #06EE66. Grayscale: #656565. Windows color (decimal): -454247 or 10031609. OLE color: 10031609.

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

Color convert

RGB 249 17 153 -
CMYK 0 0.93 0.39 0.02
HSL 324.83º 0.95% 0.52% -
HSV(B) 324.83º 0.93% 0.98% -
XYZ 45.02 22.84 32.17 -
YUV 101.87 156.86 232.94 -
System Red Green Blue C M Y K H S L
Decimal 249 17 153 0 0.93 0.39 0.02 324.83 0.95 0.52
Hex F9 11 99 0 5D 27 2 145 5F 34
Octal 371 21 231 0 135 47 2 505 137 64
Binary 11111001 10001 10011001 0 1011101 100111 10 101000101 1011111 110100

Color Harmonies of #F91199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91199

Black with #F91199

Text Example


Text Example

White with #F91199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91199; }

 p { color: rgb(249,17,153); }

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

background-color css

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

 a { background-color: rgb(249,17,153); }

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

border-color css

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

 span { border-color: rgb(249,17,153); }

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