Html Css Color HEX #F80A8E Deep Pink

📋 copy color: '#F80A8E'

red 248 ◦ green 10 ◦ blue 142

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

Shades of Deep Pink #F80A8E

Tints of Deep Pink #F80A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 62%
G = 2.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F80A8E (or 0xF80A8E) is known color: Deep Pink. HEX triplet: F8, 0A and 8E. RGB value is (248,10,142). Sum of RGB (Red+Green+Blue) = 248+10+142=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80A8E is #07F571. Grayscale: #5F5F5F. Windows color (decimal): -521586 or 9308920. OLE color: 9308920.

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

Color convert

RGB 248 10 142 -
CMYK 0 0.96 0.43 0.03
HSL 326.72º 0.94% 0.51% -
HSV(B) 326.72º 0.96% 0.97% -
XYZ 43.7 22.13 27.56 -
YUV 96.21 153.85 236.27 -
System Red Green Blue C M Y K H S L
Decimal 248 10 142 0 0.96 0.43 0.03 326.72 0.94 0.51
Hex F8 A 8E 0 60 2B 3 147 5E 33
Octal 370 12 216 0 140 53 3 507 136 63
Binary 11111000 1010 10001110 0 1100000 101011 11 101000111 1011110 110011

Color Harmonies of #F80A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A8E

Black with #F80A8E

Text Example


Text Example

White with #F80A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A8E; }

 p { color: rgb(248,10,142); }

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

background-color css

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

 a { background-color: rgb(248,10,142); }

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

border-color css

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

 span { border-color: rgb(248,10,142); }

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