Shades of Shocking Pink #FE02B2
Tints of Shocking Pink #FE02B2
RGB
CMYK
RGB Variations
Color information
#FE02B2 (or 0xFE02B2) is known color: Shocking Pink. HEX triplet: FE, 02 and B2. RGB value is (254,2,178). Sum of RGB (Red+Green+Blue) = 254+2+178=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE02B2 is #01FD4D. Grayscale: #606060. Windows color (decimal): -130382 or 11666174. OLE color: 11666174.
HSL color Cylindrical-coordinate representation of color #FE02B2: hue angle of 318.1º 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 #FE02B2 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.00 |
| HSL | 318.1º | 0.99% | 0.5% | - |
| HSV(B) | 318.1º | 0.99% | 1% | - |
| XYZ | 48.93 | 24.33 | 44.24 | - |
| YUV | 97.41 | 173.49 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 178 | 0 | 0.99 | 0.30 | 0.00 | 318.1 | 0.99 | 0.5 |
| Hex | FE | 2 | B2 | 0 | 63 | 1E | 0 | 13E | 63 | 32 |
| Octal | 376 | 2 | 262 | 0 | 143 | 36 | 0 | 476 | 143 | 62 |
| Binary | 11111110 | 10 | 10110010 | 0 | 1100011 | 11110 | 0 | 100111110 | 1100011 | 110010 |
Color Harmonies of #FE02B2
Complementary color
Monochromatic Colors of #FE02B2
Black with #FE02B2
Text Example
Text Example
White with #FE02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02B2; }
p { color: rgb(254,2,178); }
H1.HeaderClassName
{
color: #FE02B2;
}
.AnyTagClassName
{
color: #FE02B2;
}
</style>
background-color css
<style>
a { background-color: #FE02B2; }
a { background-color: rgb(254,2,178); }
div.DivClassName
{
background-color: #FE02B2;
}
.BgClassName
{
background-color: #FE02B2;
}
</style>
border-color css
<style>
span { border-color: #FE02B2; }
span { border-color: rgb(254,2,178); }
td.TdClassName
{
border-color: #FE02B2;
}
.TagClassName
{
border-color: #FE02B2;
}
</style>