Shades of Shocking Pink #FE0FCA
Tints of Shocking Pink #FE0FCA
RGB
CMYK
RGB Variations
Color information
#FE0FCA (or 0xFE0FCA) is known color: Shocking Pink. HEX triplet: FE, 0F and CA. RGB value is (254,15,202). Sum of RGB (Red+Green+Blue) = 254+15+202=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FCA is #01F035. Grayscale: #6B6B6B. Windows color (decimal): -127030 or 13242366. OLE color: 13242366.
HSL color Cylindrical-coordinate representation of color #FE0FCA: hue angle of 313.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FCA is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 202 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.00 |
| HSL | 313.05º | 0.99% | 0.53% | - |
| HSV(B) | 313.05º | 0.94% | 1% | - |
| XYZ | 51.7 | 25.68 | 58.11 | - |
| YUV | 107.78 | 181.18 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 202 | 0 | 0.94 | 0.20 | 0.00 | 313.05 | 0.99 | 0.53 |
| Hex | FE | F | CA | 0 | 5E | 14 | 0 | 139 | 63 | 35 |
| Octal | 376 | 17 | 312 | 0 | 136 | 24 | 0 | 471 | 143 | 65 |
| Binary | 11111110 | 1111 | 11001010 | 0 | 1011110 | 10100 | 0 | 100111001 | 1100011 | 110101 |
Color Harmonies of #FE0FCA
Complementary color
Monochromatic Colors of #FE0FCA
Black with #FE0FCA
Text Example
Text Example
White with #FE0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FCA; }
p { color: rgb(254,15,202); }
H1.HeaderClassName
{
color: #FE0FCA;
}
.AnyTagClassName
{
color: #FE0FCA;
}
</style>
background-color css
<style>
a { background-color: #FE0FCA; }
a { background-color: rgb(254,15,202); }
div.DivClassName
{
background-color: #FE0FCA;
}
.BgClassName
{
background-color: #FE0FCA;
}
</style>
border-color css
<style>
span { border-color: #FE0FCA; }
span { border-color: rgb(254,15,202); }
td.TdClassName
{
border-color: #FE0FCA;
}
.TagClassName
{
border-color: #FE0FCA;
}
</style>