#F01DAE

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

Shades of Spicy Pink #F01DAE

Tints of Spicy Pink #F01DAE

Color information

#F01DAE (or 0xF01DAE) is unknown color: approx Spicy Pink. HEX triplet: F0, 1D and AE. RGB value is (240,29,174). Sum of RGB (Red+Green+Blue) = 240+29+174=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01DAE is #0FE251. Grayscale: #6C6C6C. Windows color (decimal): -1040978 or 11410928. OLE color: 11410928.

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

Color convert

RGB24029174-
CMYK00.880.280.06
HSL318.77º87.55%52.75%-
HSV(B)318.77º87.92%94.12%-
XYZ44.0122.4642.06-
YUV108.62164.9221.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 29 (11.72% from 255) = 6.55%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=54.18%
G=6.55%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402917400.880.280.06318.7787.5552.75
HexF01DAE0581C613f5835
Octal36035256013034647713065
Binary11110000111011010111001011000111001101001111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01DAE; }

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

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

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

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

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

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

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

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