Shades of Shocking Pink #FE1ACF
Tints of Shocking Pink #FE1ACF
RGB
CMYK
RGB Variations
Color information
#FE1ACF (or 0xFE1ACF) is known color: Shocking Pink. HEX triplet: FE, 1A and CF. RGB value is (254,26,207). Sum of RGB (Red+Green+Blue) = 254+26+207=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ACF is #01E530. Grayscale: #727272. Windows color (decimal): -124209 or 13572862. OLE color: 13572862.
HSL color Cylindrical-coordinate representation of color #FE1ACF: hue angle of 312.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ACF is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 207 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.00 |
| HSL | 312.37º | 0.99% | 0.55% | - |
| HSV(B) | 312.37º | 0.9% | 1% | - |
| XYZ | 52.5 | 26.31 | 61.34 | - |
| YUV | 114.81 | 180.04 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 207 | 0 | 0.90 | 0.19 | 0.00 | 312.37 | 0.99 | 0.55 |
| Hex | FE | 1A | CF | 0 | 5A | 13 | 0 | 138 | 63 | 37 |
| Octal | 376 | 32 | 317 | 0 | 132 | 23 | 0 | 470 | 143 | 67 |
| Binary | 11111110 | 11010 | 11001111 | 0 | 1011010 | 10011 | 0 | 100111000 | 1100011 | 110111 |
Color Harmonies of #FE1ACF
Complementary color
Monochromatic Colors of #FE1ACF
Black with #FE1ACF
Text Example
Text Example
White with #FE1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ACF; }
p { color: rgb(254,26,207); }
H1.HeaderClassName
{
color: #FE1ACF;
}
.AnyTagClassName
{
color: #FE1ACF;
}
</style>
background-color css
<style>
a { background-color: #FE1ACF; }
a { background-color: rgb(254,26,207); }
div.DivClassName
{
background-color: #FE1ACF;
}
.BgClassName
{
background-color: #FE1ACF;
}
</style>
border-color css
<style>
span { border-color: #FE1ACF; }
span { border-color: rgb(254,26,207); }
td.TdClassName
{
border-color: #FE1ACF;
}
.TagClassName
{
border-color: #FE1ACF;
}
</style>