Shades of Shocking Pink #FE09C2
Tints of Shocking Pink #FE09C2
RGB
CMYK
RGB Variations
Color information
#FE09C2 (or 0xFE09C2) is known color: Shocking Pink. HEX triplet: FE, 09 and C2. RGB value is (254,9,194). Sum of RGB (Red+Green+Blue) = 254+9+194=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09C2 is #01F63D. Grayscale: #666666. Windows color (decimal): -128574 or 12716542. OLE color: 12716542.
HSL color Cylindrical-coordinate representation of color #FE09C2: hue angle of 314.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09C2 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 194 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.00 |
| HSL | 314.69º | 0.99% | 0.52% | - |
| HSV(B) | 314.69º | 0.96% | 1% | - |
| XYZ | 50.71 | 25.16 | 53.22 | - |
| YUV | 103.35 | 179.17 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 194 | 0 | 0.96 | 0.24 | 0.00 | 314.69 | 0.99 | 0.52 |
| Hex | FE | 9 | C2 | 0 | 60 | 18 | 0 | 13B | 63 | 34 |
| Octal | 376 | 11 | 302 | 0 | 140 | 30 | 0 | 473 | 143 | 64 |
| Binary | 11111110 | 1001 | 11000010 | 0 | 1100000 | 11000 | 0 | 100111011 | 1100011 | 110100 |
Color Harmonies of #FE09C2
Complementary color
Monochromatic Colors of #FE09C2
Black with #FE09C2
Text Example
Text Example
White with #FE09C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09C2; }
p { color: rgb(254,9,194); }
H1.HeaderClassName
{
color: #FE09C2;
}
.AnyTagClassName
{
color: #FE09C2;
}
</style>
background-color css
<style>
a { background-color: #FE09C2; }
a { background-color: rgb(254,9,194); }
div.DivClassName
{
background-color: #FE09C2;
}
.BgClassName
{
background-color: #FE09C2;
}
</style>
border-color css
<style>
span { border-color: #FE09C2; }
span { border-color: rgb(254,9,194); }
td.TdClassName
{
border-color: #FE09C2;
}
.TagClassName
{
border-color: #FE09C2;
}
</style>