Shades of Spicy Pink #FE2FB6
Tints of Spicy Pink #FE2FB6
RGB
CMYK
RGB Variations
Color information
#FE2FB6 (or 0xFE2FB6) is known color: Spicy Pink. HEX triplet: FE, 2F and B6. RGB value is (254,47,182). Sum of RGB (Red+Green+Blue) = 254+47+182=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FB6 is #01D049. Grayscale: #7B7B7B. Windows color (decimal): -118858 or 11939838. OLE color: 11939838.
HSL color Cylindrical-coordinate representation of color #FE2FB6: hue angle of 320.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FB6 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 182 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.00 |
| HSL | 320.87º | 0.99% | 0.59% | - |
| HSV(B) | 320.87º | 0.81% | 1% | - |
| XYZ | 50.33 | 26.48 | 46.71 | - |
| YUV | 124.28 | 160.58 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 182 | 0 | 0.81 | 0.28 | 0.00 | 320.87 | 0.99 | 0.59 |
| Hex | FE | 2F | B6 | 0 | 51 | 1C | 0 | 141 | 63 | 3B |
| Octal | 376 | 57 | 266 | 0 | 121 | 34 | 0 | 501 | 143 | 73 |
| Binary | 11111110 | 101111 | 10110110 | 0 | 1010001 | 11100 | 0 | 101000001 | 1100011 | 111011 |
Color Harmonies of #FE2FB6
Complementary color
Monochromatic Colors of #FE2FB6
Black with #FE2FB6
Text Example
Text Example
White with #FE2FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FB6; }
p { color: rgb(254,47,182); }
H1.HeaderClassName
{
color: #FE2FB6;
}
.AnyTagClassName
{
color: #FE2FB6;
}
</style>
background-color css
<style>
a { background-color: #FE2FB6; }
a { background-color: rgb(254,47,182); }
div.DivClassName
{
background-color: #FE2FB6;
}
.BgClassName
{
background-color: #FE2FB6;
}
</style>
border-color css
<style>
span { border-color: #FE2FB6; }
span { border-color: rgb(254,47,182); }
td.TdClassName
{
border-color: #FE2FB6;
}
.TagClassName
{
border-color: #FE2FB6;
}
</style>