#F820AE

Color #F820AE Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F820AE

Tints of Spicy Pink #F820AE

Color information

#F820AE (or 0xF820AE) is unknown color: approx Spicy Pink. HEX triplet: F8, 20 and AE. RGB value is (248,32,174). Sum of RGB (Red+Green+Blue) = 248+32+174=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F820AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820AE is #07DF51. Grayscale: #707070. Windows color (decimal): -515922 or 11411704. OLE color: 11411704.

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

Color convert

RGB24832174-
CMYK00.870.300.03
HSL320.56º93.91%54.9%-
HSV(B)320.56º87.1%97.25%-
XYZ46.8724.0542.22-
YUV112.77162.56224.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.63%
GREEN value IS 32 (12.89% from 255) = 7.05%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=54.63%
G=7.05%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483217400.870.300.03320.5693.9154.9
HexF820AE0571E31415e37
Octal37040256012736350113667
Binary11111000100000101011100101011111110111010000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F820AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F820AE; }

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

 H1.HeaderClassName
 {
   color: #F820AE;
 }
 .AnyTagClassName
 {
   color: #F820AE;
 }
</style>
background-color css

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

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

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

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

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

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