Shades of Razzle Dazzle Rose #FE39D4
Tints of Razzle Dazzle Rose #FE39D4
RGB
CMYK
RGB Variations
Color information
#FE39D4 (or 0xFE39D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and D4. RGB value is (254,57,212). Sum of RGB (Red+Green+Blue) = 254+57+212=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 57 (22.66% from 255 or 10.90% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39D4 is #01C62B. Grayscale: #858585. Windows color (decimal): -116268 or 13908478. OLE color: 13908478.
HSL color Cylindrical-coordinate representation of color #FE39D4: hue angle of 312.79º 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 #FE39D4 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 212 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.00 |
| HSL | 312.79º | 0.99% | 0.61% | - |
| HSV(B) | 312.79º | 0.78% | 1% | - |
| XYZ | 54.22 | 28.75 | 64.98 | - |
| YUV | 133.57 | 172.27 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 212 | 0 | 0.78 | 0.17 | 0.00 | 312.79 | 0.99 | 0.61 |
| Hex | FE | 39 | D4 | 0 | 4E | 11 | 0 | 139 | 63 | 3D |
| Octal | 376 | 71 | 324 | 0 | 116 | 21 | 0 | 471 | 143 | 75 |
| Binary | 11111110 | 111001 | 11010100 | 0 | 1001110 | 10001 | 0 | 100111001 | 1100011 | 111101 |
Color Harmonies of #FE39D4
Complementary color
Monochromatic Colors of #FE39D4
Black with #FE39D4
Text Example
Text Example
White with #FE39D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39D4; }
p { color: rgb(254,57,212); }
H1.HeaderClassName
{
color: #FE39D4;
}
.AnyTagClassName
{
color: #FE39D4;
}
</style>
background-color css
<style>
a { background-color: #FE39D4; }
a { background-color: rgb(254,57,212); }
div.DivClassName
{
background-color: #FE39D4;
}
.BgClassName
{
background-color: #FE39D4;
}
</style>
border-color css
<style>
span { border-color: #FE39D4; }
span { border-color: rgb(254,57,212); }
td.TdClassName
{
border-color: #FE39D4;
}
.TagClassName
{
border-color: #FE39D4;
}
</style>