Html Css Color HEX #F80982 Deep Pink

📋 copy color: '#F80982'

red 248 ◦ green 9 ◦ blue 130

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

Shades of Deep Pink #F80982

Tints of Deep Pink #F80982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 64.08%
G = 2.33%
B = 33.59%

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

#F80982 (or 0xF80982) is known color: Deep Pink. HEX triplet: F8, 09 and 82. RGB value is (248,9,130). Sum of RGB (Red+Green+Blue) = 248+9+130=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F80982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80982 is #07F67D. Grayscale: #5E5E5E. Windows color (decimal): -521854 or 8522232. OLE color: 8522232.

HSL color Cylindrical-coordinate representation of color #F80982: hue angle of 329.62º 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 #F80982 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 130 -
CMYK 0 0.96 0.48 0.03
HSL 329.62º 0.94% 0.5% -
HSV(B) 329.62º 0.96% 0.97% -
XYZ 42.84 21.76 23.06 -
YUV 94.26 148.18 237.66 -
System Red Green Blue C M Y K H S L
Decimal 248 9 130 0 0.96 0.48 0.03 329.62 0.94 0.5
Hex F8 9 82 0 60 30 3 14A 5E 32
Octal 370 11 202 0 140 60 3 512 136 62
Binary 11111000 1001 10000010 0 1100000 110000 11 101001010 1011110 110010

Color Harmonies of #F80982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80982

Black with #F80982

Text Example


Text Example

White with #F80982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80982; }

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

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

background-color css

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

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

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

border-color css

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

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

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