Html Css Color HEX #F91790 Deep Pink

📋 copy color: '#F91790'

red 249 ◦ green 23 ◦ blue 144

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

Shades of Deep Pink #F91790

Tints of Deep Pink #F91790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.53%

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

R = 59.86%
G = 5.53%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F91790 (or 0xF91790) is known color: Deep Pink. HEX triplet: F9, 17 and 90. RGB value is (249,23,144). Sum of RGB (Red+Green+Blue) = 249+23+144=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F91790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91790 is #06E86F. Grayscale: #686868. Windows color (decimal): -452720 or 9443321. OLE color: 9443321.

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

Color convert

RGB 249 23 144 -
CMYK 0 0.91 0.42 0.02
HSL 327.88º 0.95% 0.53% -
HSV(B) 327.88º 0.91% 0.98% -
XYZ 44.41 22.77 28.44 -
YUV 104.37 150.37 231.16 -
System Red Green Blue C M Y K H S L
Decimal 249 23 144 0 0.91 0.42 0.02 327.88 0.95 0.53
Hex F9 17 90 0 5B 2A 2 148 5F 35
Octal 371 27 220 0 133 52 2 510 137 65
Binary 11111001 10111 10010000 0 1011011 101010 10 101001000 1011111 110101

Color Harmonies of #F91790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91790

Black with #F91790

Text Example


Text Example

White with #F91790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91790; }

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

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

background-color css

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

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

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

border-color css

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

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

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