#F720AE

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

Shades of Spicy Pink #F720AE

Tints of Spicy Pink #F720AE

Color information

#F720AE (or 0xF720AE) is unknown color: approx Spicy Pink. HEX triplet: F7, 20 and AE. RGB value is (247,32,174). Sum of RGB (Red+Green+Blue) = 247+32+174=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F720AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F720AE is #08DF51. Grayscale: #707070. Windows color (decimal): -581458 or 11411703. OLE color: 11411703.

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

Color convert

RGB24732174-
CMYK00.870.300.03
HSL320.37º93.07%54.71%-
HSV(B)320.37º87.04%96.86%-
XYZ46.5123.8642.2-
YUV112.47162.73223.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.53%
GREEN value IS 32 (12.89% from 255) = 7.06%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=54.53%
G=7.06%
B=38.41%

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
Decimal2473217400.870.300.03320.3793.0754.71
HexF720AE0571E31405d37
Octal36740256012736350013567
Binary11110111100000101011100101011111110111010000001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F720AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F720AE; }

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

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

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

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

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

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

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

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