Html Css Color HEX #F80FAF Spicy Pink

📋 copy color: '#F80FAF'

red 248 ◦ green 15 ◦ blue 175

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

Shades of Spicy Pink #F80FAF

Tints of Spicy Pink #F80FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 56.62%
G = 3.42%
B = 39.95%

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

#F80FAF (or 0xF80FAF) is known color: Spicy Pink. HEX triplet: F8, 0F and AF. RGB value is (248,15,175). Sum of RGB (Red+Green+Blue) = 248+15+175=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80FAF is #07F050. Grayscale: #666666. Windows color (decimal): -520273 or 11472888. OLE color: 11472888.

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

Color convert

RGB 248 15 175 -
CMYK 0 0.94 0.29 0.03
HSL 318.8º 0.94% 0.52% -
HSV(B) 318.8º 0.94% 0.97% -
XYZ 46.62 23.39 42.62 -
YUV 102.91 168.69 231.49 -
System Red Green Blue C M Y K H S L
Decimal 248 15 175 0 0.94 0.29 0.03 318.8 0.94 0.52
Hex F8 F AF 0 5E 1D 3 13F 5E 34
Octal 370 17 257 0 136 35 3 477 136 64
Binary 11111000 1111 10101111 0 1011110 11101 11 100111111 1011110 110100

Color Harmonies of #F80FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FAF

Black with #F80FAF

Text Example


Text Example

White with #F80FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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