Shades of Shocking Pink #FE13CF
Tints of Shocking Pink #FE13CF
RGB
CMYK
RGB Variations
Color information
#FE13CF (or 0xFE13CF) is known color: Shocking Pink. HEX triplet: FE, 13 and CF. RGB value is (254,19,207). Sum of RGB (Red+Green+Blue) = 254+19+207=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13CF is #01EC30. Grayscale: #6E6E6E. Windows color (decimal): -126001 or 13571070. OLE color: 13571070.
HSL color Cylindrical-coordinate representation of color #FE13CF: hue angle of 312º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13CF is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 207 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.00 |
| HSL | 312º | 0.99% | 0.54% | - |
| HSV(B) | 312º | 0.93% | 1% | - |
| XYZ | 52.37 | 26.04 | 61.3 | - |
| YUV | 110.7 | 182.36 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 207 | 0 | 0.93 | 0.19 | 0.00 | 312 | 0.99 | 0.54 |
| Hex | FE | 13 | CF | 0 | 5D | 13 | 0 | 138 | 63 | 36 |
| Octal | 376 | 23 | 317 | 0 | 135 | 23 | 0 | 470 | 143 | 66 |
| Binary | 11111110 | 10011 | 11001111 | 0 | 1011101 | 10011 | 0 | 100111000 | 1100011 | 110110 |
Color Harmonies of #FE13CF
Complementary color
Monochromatic Colors of #FE13CF
Black with #FE13CF
Text Example
Text Example
White with #FE13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13CF; }
p { color: rgb(254,19,207); }
H1.HeaderClassName
{
color: #FE13CF;
}
.AnyTagClassName
{
color: #FE13CF;
}
</style>
background-color css
<style>
a { background-color: #FE13CF; }
a { background-color: rgb(254,19,207); }
div.DivClassName
{
background-color: #FE13CF;
}
.BgClassName
{
background-color: #FE13CF;
}
</style>
border-color css
<style>
span { border-color: #FE13CF; }
span { border-color: rgb(254,19,207); }
td.TdClassName
{
border-color: #FE13CF;
}
.TagClassName
{
border-color: #FE13CF;
}
</style>