Shades of Razzle Dazzle Rose #FE39D0
Tints of Razzle Dazzle Rose #FE39D0
RGB
CMYK
RGB Variations
Color information
#FE39D0 (or 0xFE39D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and D0. RGB value is (254,57,208). Sum of RGB (Red+Green+Blue) = 254+57+208=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39D0 is #01C62F. Grayscale: #848484. Windows color (decimal): -116272 or 13646334. OLE color: 13646334.
HSL color Cylindrical-coordinate representation of color #FE39D0: hue angle of 314.01º 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 #FE39D0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 208 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.00 |
| HSL | 314.01º | 0.99% | 0.61% | - |
| HSV(B) | 314.01º | 0.78% | 1% | - |
| XYZ | 53.72 | 28.55 | 62.35 | - |
| YUV | 133.12 | 170.27 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 208 | 0 | 0.78 | 0.18 | 0.00 | 314.01 | 0.99 | 0.61 |
| Hex | FE | 39 | D0 | 0 | 4E | 12 | 0 | 13A | 63 | 3D |
| Octal | 376 | 71 | 320 | 0 | 116 | 22 | 0 | 472 | 143 | 75 |
| Binary | 11111110 | 111001 | 11010000 | 0 | 1001110 | 10010 | 0 | 100111010 | 1100011 | 111101 |
Color Harmonies of #FE39D0
Complementary color
Monochromatic Colors of #FE39D0
Black with #FE39D0
Text Example
Text Example
White with #FE39D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39D0; }
p { color: rgb(254,57,208); }
H1.HeaderClassName
{
color: #FE39D0;
}
.AnyTagClassName
{
color: #FE39D0;
}
</style>
background-color css
<style>
a { background-color: #FE39D0; }
a { background-color: rgb(254,57,208); }
div.DivClassName
{
background-color: #FE39D0;
}
.BgClassName
{
background-color: #FE39D0;
}
</style>
border-color css
<style>
span { border-color: #FE39D0; }
span { border-color: rgb(254,57,208); }
td.TdClassName
{
border-color: #FE39D0;
}
.TagClassName
{
border-color: #FE39D0;
}
</style>