Shades of Spicy Pink #F92AB1
Tints of Spicy Pink #F92AB1
RGB
CMYK
RGB Variations
Color information
#F92AB1 (or 0xF92AB1) is known color: Spicy Pink. HEX triplet: F9, 2A and B1. RGB value is (249,42,177). Sum of RGB (Red+Green+Blue) = 249+42+177=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F92AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92AB1 is #06D54E. Grayscale: #767676. Windows color (decimal): -447823 or 11610873. OLE color: 11610873.
HSL color Cylindrical-coordinate representation of color #F92AB1: hue angle of 320.87º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92AB1 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 42 | 177 | - |
CMYK | 0 | 0.83 | 0.29 | 0.02 |
HSL | 320.87º | 0.95% | 0.57% | - |
HSV(B) | 320.87º | 0.83% | 0.98% | - |
XYZ | 47.83 | 24.97 | 43.89 | - |
YUV | 119.28 | 160.58 | 220.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 42 | 177 | 0 | 0.83 | 0.29 | 0.02 | 320.87 | 0.95 | 0.57 |
Hex | F9 | 2A | B1 | 0 | 53 | 1D | 2 | 141 | 5F | 39 |
Octal | 371 | 52 | 261 | 0 | 123 | 35 | 2 | 501 | 137 | 71 |
Binary | 11111001 | 101010 | 10110001 | 0 | 1010011 | 11101 | 10 | 101000001 | 1011111 | 111001 |
Color Harmonies of #F92AB1
Complementary color
Monochromatic Colors of #F92AB1
Black with #F92AB1
Text Example
Text Example
White with #F92AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92AB1; }
p { color: rgb(249,42,177); }
H1.HeaderClassName
{
color: #F92AB1;
}
.AnyTagClassName
{
color: #F92AB1;
}
</style>
background-color css
<style>
a { background-color: #F92AB1; }
a { background-color: rgb(249,42,177); }
div.DivClassName
{
background-color: #F92AB1;
}
.BgClassName
{
background-color: #F92AB1;
}
</style>
border-color css
<style>
span { border-color: #F92AB1; }
span { border-color: rgb(249,42,177); }
td.TdClassName
{
border-color: #F92AB1;
}
.TagClassName
{
border-color: #F92AB1;
}
</style>