Shades of Spicy Pink #FE2FB4
Tints of Spicy Pink #FE2FB4
RGB
CMYK
RGB Variations
Color information
#FE2FB4 (or 0xFE2FB4) is known color: Spicy Pink. HEX triplet: FE, 2F and B4. RGB value is (254,47,180). Sum of RGB (Red+Green+Blue) = 254+47+180=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FB4 is #01D04B. Grayscale: #7B7B7B. Windows color (decimal): -118860 or 11808766. OLE color: 11808766.
HSL color Cylindrical-coordinate representation of color #FE2FB4: hue angle of 321.45º 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 #FE2FB4 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 180 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.00 |
| HSL | 321.45º | 0.99% | 0.59% | - |
| HSV(B) | 321.45º | 0.81% | 1% | - |
| XYZ | 50.13 | 26.4 | 45.63 | - |
| YUV | 124.06 | 159.58 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 180 | 0 | 0.81 | 0.29 | 0.00 | 321.45 | 0.99 | 0.59 |
| Hex | FE | 2F | B4 | 0 | 51 | 1D | 0 | 141 | 63 | 3B |
| Octal | 376 | 57 | 264 | 0 | 121 | 35 | 0 | 501 | 143 | 73 |
| Binary | 11111110 | 101111 | 10110100 | 0 | 1010001 | 11101 | 0 | 101000001 | 1100011 | 111011 |
Color Harmonies of #FE2FB4
Complementary color
Monochromatic Colors of #FE2FB4
Black with #FE2FB4
Text Example
Text Example
White with #FE2FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FB4; }
p { color: rgb(254,47,180); }
H1.HeaderClassName
{
color: #FE2FB4;
}
.AnyTagClassName
{
color: #FE2FB4;
}
</style>
background-color css
<style>
a { background-color: #FE2FB4; }
a { background-color: rgb(254,47,180); }
div.DivClassName
{
background-color: #FE2FB4;
}
.BgClassName
{
background-color: #FE2FB4;
}
</style>
border-color css
<style>
span { border-color: #FE2FB4; }
span { border-color: rgb(254,47,180); }
td.TdClassName
{
border-color: #FE2FB4;
}
.TagClassName
{
border-color: #FE2FB4;
}
</style>