#F01FAC

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

Shades of Spicy Pink #F01FAC

Tints of Spicy Pink #F01FAC

Color information

#F01FAC (or 0xF01FAC) is unknown color: approx Spicy Pink. HEX triplet: F0, 1F and AC. RGB value is (240,31,172). Sum of RGB (Red+Green+Blue) = 240+31+172=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01FAC is #0FE053. Grayscale: #6D6D6D. Windows color (decimal): -1040468 or 11280368. OLE color: 11280368.

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

Color convert

RGB24031172-
CMYK00.870.280.06
HSL319.52º87.45%53.14%-
HSV(B)319.52º87.08%94.12%-
XYZ43.8722.4841.06-
YUV109.56163.24221.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 31 (12.5% from 255) = 7.00%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=54.18%
G=7.00%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403117200.870.280.06319.5287.4553.14
HexF01FAC0571C61405735
Octal36037254012734650012765
Binary11110000111111010110001010111111001101010000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01FAC; }

 p { color: rgb(240,31,172); }

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

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

 a { background-color: rgb(240,31,172); }

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

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

 span { border-color: rgb(240,31,172); }

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