Html Css Color HEX #F91990 Deep Pink

📋 copy color: '#F91990'

red 249 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #F91990

Tints of Deep Pink #F91990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 59.57%
G = 5.98%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F91990 (or 0xF91990) is known color: Deep Pink. HEX triplet: F9, 19 and 90. RGB value is (249,25,144). Sum of RGB (Red+Green+Blue) = 249+25+144=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91990 is #06E66F. Grayscale: #696969. Windows color (decimal): -452208 or 9443833. OLE color: 9443833.

HSL color Cylindrical-coordinate representation of color #F91990: hue angle of 328.12º 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 #F91990 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 144 -
CMYK 0 0.90 0.42 0.02
HSL 328.13º 0.95% 0.54% -
HSV(B) 328.13º 0.9% 0.98% -
XYZ 44.45 22.85 28.45 -
YUV 105.54 149.71 230.32 -
System Red Green Blue C M Y K H S L
Decimal 249 25 144 0 0.90 0.42 0.02 328.13 0.95 0.54
Hex F9 19 90 0 5A 2A 2 148 5F 36
Octal 371 31 220 0 132 52 2 510 137 66
Binary 11111001 11001 10010000 0 1011010 101010 10 101001000 1011111 110110

Color Harmonies of #F91990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91990

Black with #F91990

Text Example


Text Example

White with #F91990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91990; }

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

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

background-color css

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

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

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

border-color css

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

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

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