Shades of Shocking Pink #FE1CCF
Tints of Shocking Pink #FE1CCF
RGB
CMYK
RGB Variations
Color information
#FE1CCF (or 0xFE1CCF) is known color: Shocking Pink. HEX triplet: FE, 1C and CF. RGB value is (254,28,207). Sum of RGB (Red+Green+Blue) = 254+28+207=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1CCF is #01E330. Grayscale: #737373. Windows color (decimal): -123697 or 13573374. OLE color: 13573374.
HSL color Cylindrical-coordinate representation of color #FE1CCF: hue angle of 312.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1CCF is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 207 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.00 |
| HSL | 312.48º | 0.99% | 0.55% | - |
| HSV(B) | 312.48º | 0.89% | 1% | - |
| XYZ | 52.55 | 26.41 | 61.36 | - |
| YUV | 115.98 | 179.37 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 207 | 0 | 0.89 | 0.19 | 0.00 | 312.48 | 0.99 | 0.55 |
| Hex | FE | 1C | CF | 0 | 59 | 13 | 0 | 138 | 63 | 37 |
| Octal | 376 | 34 | 317 | 0 | 131 | 23 | 0 | 470 | 143 | 67 |
| Binary | 11111110 | 11100 | 11001111 | 0 | 1011001 | 10011 | 0 | 100111000 | 1100011 | 110111 |
Color Harmonies of #FE1CCF
Complementary color
Monochromatic Colors of #FE1CCF
Black with #FE1CCF
Text Example
Text Example
White with #FE1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1CCF; }
p { color: rgb(254,28,207); }
H1.HeaderClassName
{
color: #FE1CCF;
}
.AnyTagClassName
{
color: #FE1CCF;
}
</style>
background-color css
<style>
a { background-color: #FE1CCF; }
a { background-color: rgb(254,28,207); }
div.DivClassName
{
background-color: #FE1CCF;
}
.BgClassName
{
background-color: #FE1CCF;
}
</style>
border-color css
<style>
span { border-color: #FE1CCF; }
span { border-color: rgb(254,28,207); }
td.TdClassName
{
border-color: #FE1CCF;
}
.TagClassName
{
border-color: #FE1CCF;
}
</style>