Html Css Color HEX #F91999 Deep Pink

📋 copy color: '#F91999'

red 249 ◦ green 25 ◦ blue 153

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

Shades of Deep Pink #F91999

Tints of Deep Pink #F91999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.85%

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

R = 58.31%
G = 5.85%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F91999 (or 0xF91999) is known color: Deep Pink. HEX triplet: F9, 19 and 99. RGB value is (249,25,153). Sum of RGB (Red+Green+Blue) = 249+25+153=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F91999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91999 is #06E666. Grayscale: #6A6A6A. Windows color (decimal): -452199 or 10033657. OLE color: 10033657.

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

Color convert

RGB 249 25 153 -
CMYK 0 0.90 0.39 0.02
HSL 325.71º 0.95% 0.54% -
HSV(B) 325.71º 0.9% 0.98% -
XYZ 45.16 23.13 32.22 -
YUV 106.57 154.21 229.59 -
System Red Green Blue C M Y K H S L
Decimal 249 25 153 0 0.90 0.39 0.02 325.71 0.95 0.54
Hex F9 19 99 0 5A 27 2 146 5F 36
Octal 371 31 231 0 132 47 2 506 137 66
Binary 11111001 11001 10011001 0 1011010 100111 10 101000110 1011111 110110

Color Harmonies of #F91999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91999

Black with #F91999

Text Example


Text Example

White with #F91999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91999; }

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

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

background-color css

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

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

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

border-color css

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

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

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