Html Css Color HEX #F80FAD Spicy Pink

📋 copy color: '#F80FAD'

red 248 ◦ green 15 ◦ blue 173

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

Shades of Spicy Pink #F80FAD

Tints of Spicy Pink #F80FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 56.88%
G = 3.44%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F80FAD (or 0xF80FAD) is known color: Spicy Pink. HEX triplet: F8, 0F and AD. RGB value is (248,15,173). Sum of RGB (Red+Green+Blue) = 248+15+173=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80FAD is #07F052. Grayscale: #666666. Windows color (decimal): -520275 or 11341816. OLE color: 11341816.

HSL color Cylindrical-coordinate representation of color #F80FAD: hue angle of 319.31º 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 #F80FAD is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 15 173 -
CMYK 0 0.94 0.30 0.03
HSL 319.31º 0.94% 0.52% -
HSV(B) 319.31º 0.94% 0.97% -
XYZ 46.43 23.32 41.59 -
YUV 102.68 167.69 231.65 -
System Red Green Blue C M Y K H S L
Decimal 248 15 173 0 0.94 0.30 0.03 319.31 0.94 0.52
Hex F8 F AD 0 5E 1E 3 13F 5E 34
Octal 370 17 255 0 136 36 3 477 136 64
Binary 11111000 1111 10101101 0 1011110 11110 11 100111111 1011110 110100

Color Harmonies of #F80FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FAD

Black with #F80FAD

Text Example


Text Example

White with #F80FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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