Html Css Color HEX #F80DAC Spicy Pink

📋 copy color: '#F80DAC'

red 248 ◦ green 13 ◦ blue 172

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

Shades of Spicy Pink #F80DAC

Tints of Spicy Pink #F80DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3%

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

R = 57.27%
G = 3%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F80DAC (or 0xF80DAC) is known color: Spicy Pink. HEX triplet: F8, 0D and AC. RGB value is (248,13,172). Sum of RGB (Red+Green+Blue) = 248+13+172=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80DAC is #07F253. Grayscale: #646464. Windows color (decimal): -520788 or 11275768. OLE color: 11275768.

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

Color convert

RGB 248 13 172 -
CMYK 0 0.95 0.31 0.03
HSL 319.4º 0.94% 0.51% -
HSV(B) 319.4º 0.95% 0.97% -
XYZ 46.3 23.22 41.07 -
YUV 101.39 167.86 232.57 -
System Red Green Blue C M Y K H S L
Decimal 248 13 172 0 0.95 0.31 0.03 319.4 0.94 0.51
Hex F8 D AC 0 5F 1F 3 13F 5E 33
Octal 370 15 254 0 137 37 3 477 136 63
Binary 11111000 1101 10101100 0 1011111 11111 11 100111111 1011110 110011

Color Harmonies of #F80DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DAC

Black with #F80DAC

Text Example


Text Example

White with #F80DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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