Shades of Razzle Dazzle Rose #FE39ED
Tints of Razzle Dazzle Rose #FE39ED
RGB
CMYK
RGB Variations
Color information
#FE39ED (or 0xFE39ED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 39 and ED. RGB value is (254,57,237). Sum of RGB (Red+Green+Blue) = 254+57+237=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 57 (22.66% from 255 or 10.40% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE39ED is #01C612. Grayscale: #878787. Windows color (decimal): -116243 or 15546878. OLE color: 15546878.
HSL color Cylindrical-coordinate representation of color #FE39ED: hue angle of 305.18º 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 #FE39ED is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 237 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.00 |
| HSL | 305.18º | 0.99% | 0.61% | - |
| HSV(B) | 305.18º | 0.78% | 1% | - |
| XYZ | 57.62 | 30.11 | 82.9 | - |
| YUV | 136.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 237 | 0 | 0.78 | 0.07 | 0.00 | 305.18 | 0.99 | 0.61 |
| Hex | FE | 39 | ED | 0 | 4E | 7 | 0 | 131 | 63 | 3D |
| Octal | 376 | 71 | 355 | 0 | 116 | 7 | 0 | 461 | 143 | 75 |
| Binary | 11111110 | 111001 | 11101101 | 0 | 1001110 | 111 | 0 | 100110001 | 1100011 | 111101 |
Color Harmonies of #FE39ED
Complementary color
Monochromatic Colors of #FE39ED
Black with #FE39ED
Text Example
Text Example
White with #FE39ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39ED; }
p { color: rgb(254,57,237); }
H1.HeaderClassName
{
color: #FE39ED;
}
.AnyTagClassName
{
color: #FE39ED;
}
</style>
background-color css
<style>
a { background-color: #FE39ED; }
a { background-color: rgb(254,57,237); }
div.DivClassName
{
background-color: #FE39ED;
}
.BgClassName
{
background-color: #FE39ED;
}
</style>
border-color css
<style>
span { border-color: #FE39ED; }
span { border-color: rgb(254,57,237); }
td.TdClassName
{
border-color: #FE39ED;
}
.TagClassName
{
border-color: #FE39ED;
}
</style>