Html Css Color HEX #F80882 Deep Pink

📋 copy color: '#F80882'

red 248 ◦ green 8 ◦ blue 130

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

Shades of Deep Pink #F80882

Tints of Deep Pink #F80882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

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

R = 64.25%
G = 2.07%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F80882 (or 0xF80882) is known color: Deep Pink. HEX triplet: F8, 08 and 82. RGB value is (248,8,130). Sum of RGB (Red+Green+Blue) = 248+8+130=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F80882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80882 is #07F77D. Grayscale: #5D5D5D. Windows color (decimal): -522110 or 8521976. OLE color: 8521976.

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

Color convert

RGB 248 8 130 -
CMYK 0 0.97 0.48 0.03
HSL 329.5º 0.94% 0.5% -
HSV(B) 329.5º 0.97% 0.97% -
XYZ 42.83 21.74 23.06 -
YUV 93.67 148.51 238.08 -
System Red Green Blue C M Y K H S L
Decimal 248 8 130 0 0.97 0.48 0.03 329.5 0.94 0.5
Hex F8 8 82 0 61 30 3 14A 5E 32
Octal 370 10 202 0 141 60 3 512 136 62
Binary 11111000 1000 10000010 0 1100001 110000 11 101001010 1011110 110010

Color Harmonies of #F80882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80882

Black with #F80882

Text Example


Text Example

White with #F80882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80882; }

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

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

background-color css

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

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

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

border-color css

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

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

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