Shades of Shocking Pink #FE02B5
Tints of Shocking Pink #FE02B5
RGB
CMYK
RGB Variations
Color information
#FE02B5 (or 0xFE02B5) is known color: Shocking Pink. HEX triplet: FE, 02 and B5. RGB value is (254,2,181). Sum of RGB (Red+Green+Blue) = 254+2+181=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02B5 is #01FD4A. Grayscale: #616161. Windows color (decimal): -130379 or 11862782. OLE color: 11862782.
HSL color Cylindrical-coordinate representation of color #FE02B5: hue angle of 317.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.00 |
| HSL | 317.38º | 0.99% | 0.5% | - |
| HSV(B) | 317.38º | 0.99% | 1% | - |
| XYZ | 49.24 | 24.45 | 45.84 | - |
| YUV | 97.75 | 174.99 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 181 | 0 | 0.99 | 0.29 | 0.00 | 317.38 | 0.99 | 0.5 |
| Hex | FE | 2 | B5 | 0 | 63 | 1D | 0 | 13D | 63 | 32 |
| Octal | 376 | 2 | 265 | 0 | 143 | 35 | 0 | 475 | 143 | 62 |
| Binary | 11111110 | 10 | 10110101 | 0 | 1100011 | 11101 | 0 | 100111101 | 1100011 | 110010 |
Color Harmonies of #FE02B5
Complementary color
Monochromatic Colors of #FE02B5
Black with #FE02B5
Text Example
Text Example
White with #FE02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02B5; }
p { color: rgb(254,2,181); }
H1.HeaderClassName
{
color: #FE02B5;
}
.AnyTagClassName
{
color: #FE02B5;
}
</style>
background-color css
<style>
a { background-color: #FE02B5; }
a { background-color: rgb(254,2,181); }
div.DivClassName
{
background-color: #FE02B5;
}
.BgClassName
{
background-color: #FE02B5;
}
</style>
border-color css
<style>
span { border-color: #FE02B5; }
span { border-color: rgb(254,2,181); }
td.TdClassName
{
border-color: #FE02B5;
}
.TagClassName
{
border-color: #FE02B5;
}
</style>