Html Css Color HEX #F91580 Deep Pink

📋 copy color: '#F91580'

red 249 ◦ green 21 ◦ blue 128

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

Shades of Deep Pink #F91580

Tints of Deep Pink #F91580

RGB

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

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

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

R = 62.56%
G = 5.28%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F91580 (or 0xF91580) is known color: Deep Pink. HEX triplet: F9, 15 and 80. RGB value is (249,21,128). Sum of RGB (Red+Green+Blue) = 249+21+128=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F91580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91580 is #06EA7F. Grayscale: #656565. Windows color (decimal): -453248 or 8394233. OLE color: 8394233.

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

Color convert

RGB 249 21 128 -
CMYK 0 0.92 0.49 0.02
HSL 331.84º 0.95% 0.53% -
HSV(B) 331.84º 0.92% 0.98% -
XYZ 43.23 22.23 22.44 -
YUV 101.37 143.04 233.3 -
System Red Green Blue C M Y K H S L
Decimal 249 21 128 0 0.92 0.49 0.02 331.84 0.95 0.53
Hex F9 15 80 0 5C 31 2 14C 5F 35
Octal 371 25 200 0 134 61 2 514 137 65
Binary 11111001 10101 10000000 0 1011100 110001 10 101001100 1011111 110101

Color Harmonies of #F91580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91580

Black with #F91580

Text Example


Text Example

White with #F91580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91580; }

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

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

background-color css

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

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

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

border-color css

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

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

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