#F019AE

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

Shades of Spicy Pink #F019AE

Tints of Spicy Pink #F019AE

Color information

#F019AE (or 0xF019AE) is unknown color: approx Spicy Pink. HEX triplet: F0, 19 and AE. RGB value is (240,25,174). Sum of RGB (Red+Green+Blue) = 240+25+174=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F019AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019AE is #0FE651. Grayscale: #696969. Windows color (decimal): -1042002 or 11409904. OLE color: 11409904.

HSL color Cylindrical-coordinate representation of color #F019AE: hue angle of 318.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019AE is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB24025174-
CMYK00.900.280.06
HSL318.42º87.76%51.96%-
HSV(B)318.42º89.58%94.12%-
XYZ43.9222.2842.03-
YUV106.27166.23223.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.67%
GREEN value IS 25 (10.16% from 255) = 5.69%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=54.67%
G=5.69%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402517400.900.280.06318.4287.7651.96
HexF019AE05A1C613e5834
Octal36031256013234647613064
Binary11110000110011010111001011010111001101001111101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F019AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F019AE; }

 p { color: rgb(240,25,174); }

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

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

 a { background-color: rgb(240,25,174); }

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

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

 span { border-color: rgb(240,25,174); }

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