Shades of Shocking Pink #FE1DCF
Tints of Shocking Pink #FE1DCF
RGB
CMYK
RGB Variations
Color information
#FE1DCF (or 0xFE1DCF) is known color: Shocking Pink. HEX triplet: FE, 1D and CF. RGB value is (254,29,207). Sum of RGB (Red+Green+Blue) = 254+29+207=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DCF is #01E230. Grayscale: #747474. Windows color (decimal): -123441 or 13573630. OLE color: 13573630.
HSL color Cylindrical-coordinate representation of color #FE1DCF: hue angle of 312.53º 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 #FE1DCF is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 207 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.00 |
| HSL | 312.53º | 0.99% | 0.55% | - |
| HSV(B) | 312.53º | 0.89% | 1% | - |
| XYZ | 52.57 | 26.45 | 61.37 | - |
| YUV | 116.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 207 | 0 | 0.89 | 0.19 | 0.00 | 312.53 | 0.99 | 0.55 |
| Hex | FE | 1D | CF | 0 | 59 | 13 | 0 | 139 | 63 | 37 |
| Octal | 376 | 35 | 317 | 0 | 131 | 23 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11101 | 11001111 | 0 | 1011001 | 10011 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE1DCF
Complementary color
Monochromatic Colors of #FE1DCF
Black with #FE1DCF
Text Example
Text Example
White with #FE1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DCF; }
p { color: rgb(254,29,207); }
H1.HeaderClassName
{
color: #FE1DCF;
}
.AnyTagClassName
{
color: #FE1DCF;
}
</style>
background-color css
<style>
a { background-color: #FE1DCF; }
a { background-color: rgb(254,29,207); }
div.DivClassName
{
background-color: #FE1DCF;
}
.BgClassName
{
background-color: #FE1DCF;
}
</style>
border-color css
<style>
span { border-color: #FE1DCF; }
span { border-color: rgb(254,29,207); }
td.TdClassName
{
border-color: #FE1DCF;
}
.TagClassName
{
border-color: #FE1DCF;
}
</style>