Html Css Color HEX #F80886 Deep Pink

📋 copy color: '#F80886'

red 248 ◦ green 8 ◦ blue 134

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

Shades of Deep Pink #F80886

Tints of Deep Pink #F80886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 63.59%
G = 2.05%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F80886 (or 0xF80886) is known color: Deep Pink. HEX triplet: F8, 08 and 86. RGB value is (248,8,134). Sum of RGB (Red+Green+Blue) = 248+8+134=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F80886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80886 is #07F779. Grayscale: #5D5D5D. Windows color (decimal): -522106 or 8784120. OLE color: 8784120.

HSL color Cylindrical-coordinate representation of color #F80886: hue angle of 328.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 #F80886 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 8 134 -
CMYK 0 0.97 0.46 0.03
HSL 328.5º 0.94% 0.5% -
HSV(B) 328.5º 0.97% 0.97% -
XYZ 43.1 21.85 24.5 -
YUV 94.12 150.51 237.75 -
System Red Green Blue C M Y K H S L
Decimal 248 8 134 0 0.97 0.46 0.03 328.5 0.94 0.5
Hex F8 8 86 0 61 2E 3 148 5E 32
Octal 370 10 206 0 141 56 3 510 136 62
Binary 11111000 1000 10000110 0 1100001 101110 11 101001000 1011110 110010

Color Harmonies of #F80886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80886

Black with #F80886

Text Example


Text Example

White with #F80886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80886; }

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

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

background-color css

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

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

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

border-color css

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

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

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