Shades of Shocking Pink #FE10CF
Tints of Shocking Pink #FE10CF
RGB
CMYK
RGB Variations
Color information
#FE10CF (or 0xFE10CF) is known color: Shocking Pink. HEX triplet: FE, 10 and CF. RGB value is (254,16,207). Sum of RGB (Red+Green+Blue) = 254+16+207=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10CF is #01EF30. Grayscale: #6C6C6C. Windows color (decimal): -126769 or 13570302. OLE color: 13570302.
HSL color Cylindrical-coordinate representation of color #FE10CF: hue angle of 311.85º 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 #FE10CF is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 207 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.00 |
| HSL | 311.85º | 0.99% | 0.53% | - |
| HSV(B) | 311.85º | 0.94% | 1% | - |
| XYZ | 52.32 | 25.95 | 61.28 | - |
| YUV | 108.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 207 | 0 | 0.94 | 0.19 | 0.00 | 311.85 | 0.99 | 0.53 |
| Hex | FE | 10 | CF | 0 | 5E | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 20 | 317 | 0 | 136 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 10000 | 11001111 | 0 | 1011110 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE10CF
Complementary color
Monochromatic Colors of #FE10CF
Black with #FE10CF
Text Example
Text Example
White with #FE10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10CF; }
p { color: rgb(254,16,207); }
H1.HeaderClassName
{
color: #FE10CF;
}
.AnyTagClassName
{
color: #FE10CF;
}
</style>
background-color css
<style>
a { background-color: #FE10CF; }
a { background-color: rgb(254,16,207); }
div.DivClassName
{
background-color: #FE10CF;
}
.BgClassName
{
background-color: #FE10CF;
}
</style>
border-color css
<style>
span { border-color: #FE10CF; }
span { border-color: rgb(254,16,207); }
td.TdClassName
{
border-color: #FE10CF;
}
.TagClassName
{
border-color: #FE10CF;
}
</style>