Shades of Razzle Dazzle Rose #FE2FC0
Tints of Razzle Dazzle Rose #FE2FC0
RGB
CMYK
RGB Variations
Color information
#FE2FC0 (or 0xFE2FC0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and C0. RGB value is (254,47,192). Sum of RGB (Red+Green+Blue) = 254+47+192=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FC0 is #01D03F. Grayscale: #7D7D7D. Windows color (decimal): -118848 or 12595198. OLE color: 12595198.
HSL color Cylindrical-coordinate representation of color #FE2FC0: hue angle of 317.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FC0 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 192 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.00 |
| HSL | 317.97º | 0.99% | 0.59% | - |
| HSV(B) | 317.97º | 0.81% | 1% | - |
| XYZ | 51.4 | 26.91 | 52.35 | - |
| YUV | 125.42 | 165.58 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 192 | 0 | 0.81 | 0.24 | 0.00 | 317.97 | 0.99 | 0.59 |
| Hex | FE | 2F | C0 | 0 | 51 | 18 | 0 | 13E | 63 | 3B |
| Octal | 376 | 57 | 300 | 0 | 121 | 30 | 0 | 476 | 143 | 73 |
| Binary | 11111110 | 101111 | 11000000 | 0 | 1010001 | 11000 | 0 | 100111110 | 1100011 | 111011 |
Color Harmonies of #FE2FC0
Complementary color
Monochromatic Colors of #FE2FC0
Black with #FE2FC0
Text Example
Text Example
White with #FE2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FC0; }
p { color: rgb(254,47,192); }
H1.HeaderClassName
{
color: #FE2FC0;
}
.AnyTagClassName
{
color: #FE2FC0;
}
</style>
background-color css
<style>
a { background-color: #FE2FC0; }
a { background-color: rgb(254,47,192); }
div.DivClassName
{
background-color: #FE2FC0;
}
.BgClassName
{
background-color: #FE2FC0;
}
</style>
border-color css
<style>
span { border-color: #FE2FC0; }
span { border-color: rgb(254,47,192); }
td.TdClassName
{
border-color: #FE2FC0;
}
.TagClassName
{
border-color: #FE2FC0;
}
</style>