Shades of Shocking Pink #FE18CF
Tints of Shocking Pink #FE18CF
RGB
CMYK
RGB Variations
Color information
#FE18CF (or 0xFE18CF) is known color: Shocking Pink. HEX triplet: FE, 18 and CF. RGB value is (254,24,207). Sum of RGB (Red+Green+Blue) = 254+24+207=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18CF is #01E730. Grayscale: #717171. Windows color (decimal): -124721 or 13572350. OLE color: 13572350.
HSL color Cylindrical-coordinate representation of color #FE18CF: hue angle of 312.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18CF is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 207 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.00 |
| HSL | 312.26º | 0.99% | 0.55% | - |
| HSV(B) | 312.26º | 0.91% | 1% | - |
| XYZ | 52.46 | 26.23 | 61.33 | - |
| YUV | 113.63 | 180.7 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 207 | 0 | 0.91 | 0.19 | 0.00 | 312.26 | 0.99 | 0.55 |
| Hex | FE | 18 | CF | 0 | 5B | 13 | 0 | 138 | 63 | 37 |
| Octal | 376 | 30 | 317 | 0 | 133 | 23 | 0 | 470 | 143 | 67 |
| Binary | 11111110 | 11000 | 11001111 | 0 | 1011011 | 10011 | 0 | 100111000 | 1100011 | 110111 |
Color Harmonies of #FE18CF
Complementary color
Monochromatic Colors of #FE18CF
Black with #FE18CF
Text Example
Text Example
White with #FE18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18CF; }
p { color: rgb(254,24,207); }
H1.HeaderClassName
{
color: #FE18CF;
}
.AnyTagClassName
{
color: #FE18CF;
}
</style>
background-color css
<style>
a { background-color: #FE18CF; }
a { background-color: rgb(254,24,207); }
div.DivClassName
{
background-color: #FE18CF;
}
.BgClassName
{
background-color: #FE18CF;
}
</style>
border-color css
<style>
span { border-color: #FE18CF; }
span { border-color: rgb(254,24,207); }
td.TdClassName
{
border-color: #FE18CF;
}
.TagClassName
{
border-color: #FE18CF;
}
</style>