#F01DAD

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

Shades of Spicy Pink #F01DAD

Tints of Spicy Pink #F01DAD

Color information

#F01DAD (or 0xF01DAD) is unknown color: approx Spicy Pink. HEX triplet: F0, 1D and AD. RGB value is (240,29,173). Sum of RGB (Red+Green+Blue) = 240+29+173=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01DAD is #0FE252. Grayscale: #6C6C6C. Windows color (decimal): -1040979 or 11345392. OLE color: 11345392.

HSL color Cylindrical-coordinate representation of color #F01DAD: hue angle of 319.05º 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 #F01DAD is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB24029173-
CMYK00.880.280.06
HSL319.05º87.55%52.75%-
HSV(B)319.05º87.92%94.12%-
XYZ43.9222.4241.55-
YUV108.5164.4221.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.30%
GREEN value IS 29 (11.72% from 255) = 6.56%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=54.30%
G=6.56%
B=39.14%

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
Decimal2402917300.880.280.06319.0587.5552.75
HexF01DAD0581C613f5835
Octal36035255013034647713065
Binary11110000111011010110101011000111001101001111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01DAD; }

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

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

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

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

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

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

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

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