Html Css Color HEX #F80FAC Spicy Pink

📋 copy color: '#F80FAC'

red 248 ◦ green 15 ◦ blue 172

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

Shades of Spicy Pink #F80FAC

Tints of Spicy Pink #F80FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 57.01%
G = 3.45%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F80FAC (or 0xF80FAC) is known color: Spicy Pink. HEX triplet: F8, 0F and AC. RGB value is (248,15,172). Sum of RGB (Red+Green+Blue) = 248+15+172=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80FAC is #07F053. Grayscale: #666666. Windows color (decimal): -520276 or 11276280. OLE color: 11276280.

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

Color convert

RGB 248 15 172 -
CMYK 0 0.94 0.31 0.03
HSL 319.57º 0.94% 0.52% -
HSV(B) 319.57º 0.94% 0.97% -
XYZ 46.33 23.28 41.08 -
YUV 102.57 167.19 231.73 -
System Red Green Blue C M Y K H S L
Decimal 248 15 172 0 0.94 0.31 0.03 319.57 0.94 0.52
Hex F8 F AC 0 5E 1F 3 140 5E 34
Octal 370 17 254 0 136 37 3 500 136 64
Binary 11111000 1111 10101100 0 1011110 11111 11 101000000 1011110 110100

Color Harmonies of #F80FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FAC

Black with #F80FAC

Text Example


Text Example

White with #F80FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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