#F120B2

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

Shades of Spicy Pink #F120B2

Tints of Spicy Pink #F120B2

Color information

#F120B2 (or 0xF120B2) is unknown color: approx Spicy Pink. HEX triplet: F1, 20 and B2. RGB value is (241,32,178). Sum of RGB (Red+Green+Blue) = 241+32+178=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F120B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120B2 is #0EDF4D. Grayscale: #6E6E6E. Windows color (decimal): -974670 or 11673841. OLE color: 11673841.

HSL color Cylindrical-coordinate representation of color #F120B2: hue angle of 318.09º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120B2 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24132178-
CMYK00.870.260.05
HSL318.09º88.19%53.53%-
HSV(B)318.09º86.72%94.51%-
XYZ44.8322.9544.19-
YUV111.14165.74220.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 32 (12.89% from 255) = 7.10%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=53.44%
G=7.10%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413217800.870.260.05318.0988.1953.53
HexF120B20571A513e5836
Octal36140262012732547613066
Binary111100011000001011001001010111110101011001111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F120B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F120B2; }

 p { color: rgb(241,32,178); }

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

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

 a { background-color: rgb(241,32,178); }

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

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

 span { border-color: rgb(241,32,178); }

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