Shades of Razzle Dazzle Rose #FE39C0
Tints of Razzle Dazzle Rose #FE39C0
RGB
CMYK
RGB Variations
Color information
#FE39C0 (or 0xFE39C0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and C0. RGB value is (254,57,192). Sum of RGB (Red+Green+Blue) = 254+57+192=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39C0 is #01C63F. Grayscale: #828282. Windows color (decimal): -116288 or 12597758. OLE color: 12597758.
HSL color Cylindrical-coordinate representation of color #FE39C0: hue angle of 318.88º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE39C0 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 192 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.00 |
| HSL | 318.88º | 0.99% | 0.61% | - |
| HSV(B) | 318.88º | 0.78% | 1% | - |
| XYZ | 51.85 | 27.8 | 52.5 | - |
| YUV | 131.29 | 162.27 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 192 | 0 | 0.78 | 0.24 | 0.00 | 318.88 | 0.99 | 0.61 |
| Hex | FE | 39 | C0 | 0 | 4E | 18 | 0 | 13F | 63 | 3D |
| Octal | 376 | 71 | 300 | 0 | 116 | 30 | 0 | 477 | 143 | 75 |
| Binary | 11111110 | 111001 | 11000000 | 0 | 1001110 | 11000 | 0 | 100111111 | 1100011 | 111101 |
Color Harmonies of #FE39C0
Complementary color
Monochromatic Colors of #FE39C0
Black with #FE39C0
Text Example
Text Example
White with #FE39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39C0; }
p { color: rgb(254,57,192); }
H1.HeaderClassName
{
color: #FE39C0;
}
.AnyTagClassName
{
color: #FE39C0;
}
</style>
background-color css
<style>
a { background-color: #FE39C0; }
a { background-color: rgb(254,57,192); }
div.DivClassName
{
background-color: #FE39C0;
}
.BgClassName
{
background-color: #FE39C0;
}
</style>
border-color css
<style>
span { border-color: #FE39C0; }
span { border-color: rgb(254,57,192); }
td.TdClassName
{
border-color: #FE39C0;
}
.TagClassName
{
border-color: #FE39C0;
}
</style>