Html Css Color HEX #F80EAF Spicy Pink

📋 copy color: '#F80EAF'

red 248 ◦ green 14 ◦ blue 175

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

Shades of Spicy Pink #F80EAF

Tints of Spicy Pink #F80EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 56.75%
G = 3.2%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F80EAF (or 0xF80EAF) is known color: Spicy Pink. HEX triplet: F8, 0E and AF. RGB value is (248,14,175). Sum of RGB (Red+Green+Blue) = 248+14+175=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80EAF is #07F150. Grayscale: #656565. Windows color (decimal): -520529 or 11472632. OLE color: 11472632.

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

Color convert

RGB 248 14 175 -
CMYK 0 0.94 0.29 0.03
HSL 318.72º 0.94% 0.51% -
HSV(B) 318.72º 0.94% 0.97% -
XYZ 46.61 23.37 42.61 -
YUV 102.32 169.02 231.91 -
System Red Green Blue C M Y K H S L
Decimal 248 14 175 0 0.94 0.29 0.03 318.72 0.94 0.51
Hex F8 E AF 0 5E 1D 3 13F 5E 33
Octal 370 16 257 0 136 35 3 477 136 63
Binary 11111000 1110 10101111 0 1011110 11101 11 100111111 1011110 110011

Color Harmonies of #F80EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EAF

Black with #F80EAF

Text Example


Text Example

White with #F80EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EAF; }

 p { color: rgb(248,14,175); }

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

background-color css

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

 a { background-color: rgb(248,14,175); }

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

border-color css

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

 span { border-color: rgb(248,14,175); }

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