Html Css Color HEX #F80CAE Spicy Pink

📋 copy color: '#F80CAE'

red 248 ◦ green 12 ◦ blue 174

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

Shades of Spicy Pink #F80CAE

Tints of Spicy Pink #F80CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 57.14%
G = 2.76%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F80CAE (or 0xF80CAE) is known color: Spicy Pink. HEX triplet: F8, 0C and AE. RGB value is (248,12,174). Sum of RGB (Red+Green+Blue) = 248+12+174=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80CAE is #07F351. Grayscale: #646464. Windows color (decimal): -521042 or 11406584. OLE color: 11406584.

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

Color convert

RGB 248 12 174 -
CMYK 0 0.95 0.30 0.03
HSL 318.81º 0.94% 0.51% -
HSV(B) 318.81º 0.95% 0.97% -
XYZ 46.48 23.28 42.09 -
YUV 101.03 169.19 232.83 -
System Red Green Blue C M Y K H S L
Decimal 248 12 174 0 0.95 0.30 0.03 318.81 0.94 0.51
Hex F8 C AE 0 5F 1E 3 13F 5E 33
Octal 370 14 256 0 137 36 3 477 136 63
Binary 11111000 1100 10101110 0 1011111 11110 11 100111111 1011110 110011

Color Harmonies of #F80CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CAE

Black with #F80CAE

Text Example


Text Example

White with #F80CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CAE; }

 p { color: rgb(248,12,174); }

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

background-color css

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

 a { background-color: rgb(248,12,174); }

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

border-color css

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

 span { border-color: rgb(248,12,174); }

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