Html Css Color HEX #F80980 Deep Pink

📋 copy color: '#F80980'

red 248 ◦ green 9 ◦ blue 128

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

Shades of Deep Pink #F80980

Tints of Deep Pink #F80980

RGB

 RED value IS 248 (97.27% from 255) = 64.42%

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 64.42%
G = 2.34%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F80980 (or 0xF80980) is known color: Deep Pink. HEX triplet: F8, 09 and 80. RGB value is (248,9,128). Sum of RGB (Red+Green+Blue) = 248+9+128=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F80980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80980 is #07F67F. Grayscale: #5D5D5D. Windows color (decimal): -521856 or 8391160. OLE color: 8391160.

HSL color Cylindrical-coordinate representation of color #F80980: hue angle of 330.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80980 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 128 -
CMYK 0 0.96 0.48 0.03
HSL 330.13º 0.94% 0.5% -
HSV(B) 330.13º 0.96% 0.97% -
XYZ 42.71 21.71 22.36 -
YUV 94.03 147.18 237.82 -
System Red Green Blue C M Y K H S L
Decimal 248 9 128 0 0.96 0.48 0.03 330.13 0.94 0.5
Hex F8 9 80 0 60 30 3 14A 5E 32
Octal 370 11 200 0 140 60 3 512 136 62
Binary 11111000 1001 10000000 0 1100000 110000 11 101001010 1011110 110010

Color Harmonies of #F80980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80980

Black with #F80980

Text Example


Text Example

White with #F80980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80980; }

 p { color: rgb(248,9,128); }

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

background-color css

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

 a { background-color: rgb(248,9,128); }

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

border-color css

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

 span { border-color: rgb(248,9,128); }

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