#F01BAC

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

Shades of Spicy Pink #F01BAC

Tints of Spicy Pink #F01BAC

Color information

#F01BAC (or 0xF01BAC) is unknown color: approx Spicy Pink. HEX triplet: F0, 1B and AC. RGB value is (240,27,172). Sum of RGB (Red+Green+Blue) = 240+27+172=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01BAC is #0FE453. Grayscale: #6A6A6A. Windows color (decimal): -1041492 or 11279344. OLE color: 11279344.

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

Color convert

RGB24027172-
CMYK00.890.280.06
HSL319.15º87.65%52.35%-
HSV(B)319.15º88.75%94.12%-
XYZ43.7722.2941.02-
YUV107.22164.57222.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.67%
GREEN value IS 27 (10.94% from 255) = 6.15%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=54.67%
G=6.15%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402717200.890.280.06319.1587.6552.35
HexF01BAC0591C613f5834
Octal36033254013134647713064
Binary11110000110111010110001011001111001101001111111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01BAC; }

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

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

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

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

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

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

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

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