Html Css Color HEX #F91780 Deep Pink

📋 copy color: '#F91780'

red 249 ◦ green 23 ◦ blue 128

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

Shades of Deep Pink #F91780

Tints of Deep Pink #F91780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 62.25%
G = 5.75%
B = 32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F91780 (or 0xF91780) is known color: Deep Pink. HEX triplet: F9, 17 and 80. RGB value is (249,23,128). Sum of RGB (Red+Green+Blue) = 249+23+128=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F91780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91780 is #06E87F. Grayscale: #666666. Windows color (decimal): -452736 or 8394745. OLE color: 8394745.

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

Color convert

RGB 249 23 128 -
CMYK 0 0.91 0.49 0.02
HSL 332.12º 0.95% 0.53% -
HSV(B) 332.12º 0.91% 0.98% -
XYZ 43.27 22.31 22.45 -
YUV 102.54 142.37 232.46 -
System Red Green Blue C M Y K H S L
Decimal 249 23 128 0 0.91 0.49 0.02 332.12 0.95 0.53
Hex F9 17 80 0 5B 31 2 14C 5F 35
Octal 371 27 200 0 133 61 2 514 137 65
Binary 11111001 10111 10000000 0 1011011 110001 10 101001100 1011111 110101

Color Harmonies of #F91780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91780

Black with #F91780

Text Example


Text Example

White with #F91780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91780; }

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

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

background-color css

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

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

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

border-color css

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

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

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