Shades of Razzle Dazzle Rose #FE39D3
Tints of Razzle Dazzle Rose #FE39D3
RGB
CMYK
RGB Variations
Color information
#FE39D3 (or 0xFE39D3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and D3. RGB value is (254,57,211). Sum of RGB (Red+Green+Blue) = 254+57+211=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 57 (22.66% from 255 or 10.92% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39D3 is #01C62C. Grayscale: #858585. Windows color (decimal): -116269 or 13842942. OLE color: 13842942.
HSL color Cylindrical-coordinate representation of color #FE39D3: hue angle of 313.1º 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 #FE39D3 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 211 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.00 |
| HSL | 313.1º | 0.99% | 0.61% | - |
| HSV(B) | 313.1º | 0.78% | 1% | - |
| XYZ | 54.09 | 28.7 | 64.32 | - |
| YUV | 133.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 211 | 0 | 0.78 | 0.17 | 0.00 | 313.1 | 0.99 | 0.61 |
| Hex | FE | 39 | D3 | 0 | 4E | 11 | 0 | 139 | 63 | 3D |
| Octal | 376 | 71 | 323 | 0 | 116 | 21 | 0 | 471 | 143 | 75 |
| Binary | 11111110 | 111001 | 11010011 | 0 | 1001110 | 10001 | 0 | 100111001 | 1100011 | 111101 |
Color Harmonies of #FE39D3
Complementary color
Monochromatic Colors of #FE39D3
Black with #FE39D3
Text Example
Text Example
White with #FE39D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39D3; }
p { color: rgb(254,57,211); }
H1.HeaderClassName
{
color: #FE39D3;
}
.AnyTagClassName
{
color: #FE39D3;
}
</style>
background-color css
<style>
a { background-color: #FE39D3; }
a { background-color: rgb(254,57,211); }
div.DivClassName
{
background-color: #FE39D3;
}
.BgClassName
{
background-color: #FE39D3;
}
</style>
border-color css
<style>
span { border-color: #FE39D3; }
span { border-color: rgb(254,57,211); }
td.TdClassName
{
border-color: #FE39D3;
}
.TagClassName
{
border-color: #FE39D3;
}
</style>