Html Css Color HEX #F91577 Deep Pink

📋 copy color: '#F91577'

red 249 ◦ green 21 ◦ blue 119

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

Shades of Deep Pink #F91577

Tints of Deep Pink #F91577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 64.01%
G = 5.4%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F91577 (or 0xF91577) is known color: Deep Pink. HEX triplet: F9, 15 and 77. RGB value is (249,21,119). Sum of RGB (Red+Green+Blue) = 249+21+119=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F91577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91577 is #06EA88. Grayscale: #646464. Windows color (decimal): -453257 or 7804409. OLE color: 7804409.

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

Color convert

RGB 249 21 119 -
CMYK 0 0.92 0.52 0.02
HSL 334.21º 0.95% 0.53% -
HSV(B) 334.21º 0.92% 0.98% -
XYZ 42.66 22.01 19.45 -
YUV 100.34 138.54 234.03 -
System Red Green Blue C M Y K H S L
Decimal 249 21 119 0 0.92 0.52 0.02 334.21 0.95 0.53
Hex F9 15 77 0 5C 34 2 14E 5F 35
Octal 371 25 167 0 134 64 2 516 137 65
Binary 11111001 10101 1110111 0 1011100 110100 10 101001110 1011111 110101

Color Harmonies of #F91577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91577

Black with #F91577

Text Example


Text Example

White with #F91577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91577; }

 p { color: rgb(249,21,119); }

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

background-color css

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

 a { background-color: rgb(249,21,119); }

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

border-color css

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

 span { border-color: rgb(249,21,119); }

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