Shades of Shocking Pink #FE11CF
Tints of Shocking Pink #FE11CF
RGB
CMYK
RGB Variations
Color information
#FE11CF (or 0xFE11CF) is known color: Shocking Pink. HEX triplet: FE, 11 and CF. RGB value is (254,17,207). Sum of RGB (Red+Green+Blue) = 254+17+207=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11CF is #01EE30. Grayscale: #6D6D6D. Windows color (decimal): -126513 or 13570558. OLE color: 13570558.
HSL color Cylindrical-coordinate representation of color #FE11CF: hue angle of 311.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11CF is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 207 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.00 |
| HSL | 311.9º | 0.99% | 0.53% | - |
| HSV(B) | 311.9º | 0.93% | 1% | - |
| XYZ | 52.34 | 25.98 | 61.29 | - |
| YUV | 109.52 | 183.02 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 207 | 0 | 0.93 | 0.19 | 0.00 | 311.9 | 0.99 | 0.53 |
| Hex | FE | 11 | CF | 0 | 5D | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 21 | 317 | 0 | 135 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 10001 | 11001111 | 0 | 1011101 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE11CF
Complementary color
Monochromatic Colors of #FE11CF
Black with #FE11CF
Text Example
Text Example
White with #FE11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11CF; }
p { color: rgb(254,17,207); }
H1.HeaderClassName
{
color: #FE11CF;
}
.AnyTagClassName
{
color: #FE11CF;
}
</style>
background-color css
<style>
a { background-color: #FE11CF; }
a { background-color: rgb(254,17,207); }
div.DivClassName
{
background-color: #FE11CF;
}
.BgClassName
{
background-color: #FE11CF;
}
</style>
border-color css
<style>
span { border-color: #FE11CF; }
span { border-color: rgb(254,17,207); }
td.TdClassName
{
border-color: #FE11CF;
}
.TagClassName
{
border-color: #FE11CF;
}
</style>