#F120B5

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

Shades of Spicy Pink #F120B5

Tints of Spicy Pink #F120B5

Color information

#F120B5 (or 0xF120B5) is unknown color: approx Spicy Pink. HEX triplet: F1, 20 and B5. RGB value is (241,32,181). Sum of RGB (Red+Green+Blue) = 241+32+181=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F120B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120B5 is #0EDF4A. Grayscale: #6F6F6F. Windows color (decimal): -974667 or 11870449. OLE color: 11870449.

HSL color Cylindrical-coordinate representation of color #F120B5: hue angle of 317.22º 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 #F120B5 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24132181-
CMYK00.870.250.05
HSL317.22º88.19%53.53%-
HSV(B)317.22º86.72%94.51%-
XYZ45.1323.0745.79-
YUV111.48167.24220.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 32 (12.89% from 255) = 7.05%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=53.08%
G=7.05%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413218100.870.250.05317.2288.1953.53
HexF120B505719513d5836
Octal36140265012731547513066
Binary111100011000001011010101010111110011011001111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F120B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F120B5; }

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

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

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

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

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

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

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

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