Shades of Razzle Dazzle Rose #FE39E5
Tints of Razzle Dazzle Rose #FE39E5
RGB
CMYK
RGB Variations
Color information
#FE39E5 (or 0xFE39E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and E5. RGB value is (254,57,229). Sum of RGB (Red+Green+Blue) = 254+57+229=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 57 (22.66% from 255 or 10.56% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE39E5 is #01C61A. Grayscale: #878787. Windows color (decimal): -116251 or 15022590. OLE color: 15022590.
HSL color Cylindrical-coordinate representation of color #FE39E5: hue angle of 307.61º 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 #FE39E5 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 229 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.00 |
| HSL | 307.61º | 0.99% | 0.61% | - |
| HSV(B) | 307.61º | 0.78% | 1% | - |
| XYZ | 56.48 | 29.65 | 76.88 | - |
| YUV | 135.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 229 | 0 | 0.78 | 0.10 | 0.00 | 307.61 | 0.99 | 0.61 |
| Hex | FE | 39 | E5 | 0 | 4E | A | 0 | 134 | 63 | 3D |
| Octal | 376 | 71 | 345 | 0 | 116 | 12 | 0 | 464 | 143 | 75 |
| Binary | 11111110 | 111001 | 11100101 | 0 | 1001110 | 1010 | 0 | 100110100 | 1100011 | 111101 |
Color Harmonies of #FE39E5
Complementary color
Monochromatic Colors of #FE39E5
Black with #FE39E5
Text Example
Text Example
White with #FE39E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39E5; }
p { color: rgb(254,57,229); }
H1.HeaderClassName
{
color: #FE39E5;
}
.AnyTagClassName
{
color: #FE39E5;
}
</style>
background-color css
<style>
a { background-color: #FE39E5; }
a { background-color: rgb(254,57,229); }
div.DivClassName
{
background-color: #FE39E5;
}
.BgClassName
{
background-color: #FE39E5;
}
</style>
border-color css
<style>
span { border-color: #FE39E5; }
span { border-color: rgb(254,57,229); }
td.TdClassName
{
border-color: #FE39E5;
}
.TagClassName
{
border-color: #FE39E5;
}
</style>