Shades of Shocking Pink #FE02B4
Tints of Shocking Pink #FE02B4
RGB
CMYK
RGB Variations
Color information
#FE02B4 (or 0xFE02B4) is known color: Shocking Pink. HEX triplet: FE, 02 and B4. RGB value is (254,2,180). Sum of RGB (Red+Green+Blue) = 254+2+180=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02B4 is #01FD4B. Grayscale: #616161. Windows color (decimal): -130380 or 11797246. OLE color: 11797246.
HSL color Cylindrical-coordinate representation of color #FE02B4: hue angle of 317.62º 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 #FE02B4 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 180 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.00 |
| HSL | 317.62º | 0.99% | 0.5% | - |
| HSV(B) | 317.62º | 0.99% | 1% | - |
| XYZ | 49.13 | 24.41 | 45.3 | - |
| YUV | 97.64 | 174.49 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 180 | 0 | 0.99 | 0.29 | 0.00 | 317.62 | 0.99 | 0.5 |
| Hex | FE | 2 | B4 | 0 | 63 | 1D | 0 | 13E | 63 | 32 |
| Octal | 376 | 2 | 264 | 0 | 143 | 35 | 0 | 476 | 143 | 62 |
| Binary | 11111110 | 10 | 10110100 | 0 | 1100011 | 11101 | 0 | 100111110 | 1100011 | 110010 |
Color Harmonies of #FE02B4
Complementary color
Monochromatic Colors of #FE02B4
Black with #FE02B4
Text Example
Text Example
White with #FE02B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02B4; }
p { color: rgb(254,2,180); }
H1.HeaderClassName
{
color: #FE02B4;
}
.AnyTagClassName
{
color: #FE02B4;
}
</style>
background-color css
<style>
a { background-color: #FE02B4; }
a { background-color: rgb(254,2,180); }
div.DivClassName
{
background-color: #FE02B4;
}
.BgClassName
{
background-color: #FE02B4;
}
</style>
border-color css
<style>
span { border-color: #FE02B4; }
span { border-color: rgb(254,2,180); }
td.TdClassName
{
border-color: #FE02B4;
}
.TagClassName
{
border-color: #FE02B4;
}
</style>