Shades of Razzle Dazzle Rose #FE38ED
Tints of Razzle Dazzle Rose #FE38ED
RGB
CMYK
RGB Variations
Color information
#FE38ED (or 0xFE38ED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and ED. RGB value is (254,56,237). Sum of RGB (Red+Green+Blue) = 254+56+237=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE38ED is #01C712. Grayscale: #878787. Windows color (decimal): -116499 or 15546622. OLE color: 15546622.
HSL color Cylindrical-coordinate representation of color #FE38ED: hue angle of 305.15º 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 #FE38ED is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 237 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.00 |
| HSL | 305.15º | 0.99% | 0.61% | - |
| HSV(B) | 305.15º | 0.78% | 1% | - |
| XYZ | 57.57 | 30.01 | 82.88 | - |
| YUV | 135.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 237 | 0 | 0.78 | 0.07 | 0.00 | 305.15 | 0.99 | 0.61 |
| Hex | FE | 38 | ED | 0 | 4E | 7 | 0 | 131 | 63 | 3D |
| Octal | 376 | 70 | 355 | 0 | 116 | 7 | 0 | 461 | 143 | 75 |
| Binary | 11111110 | 111000 | 11101101 | 0 | 1001110 | 111 | 0 | 100110001 | 1100011 | 111101 |
Color Harmonies of #FE38ED
Complementary color
Monochromatic Colors of #FE38ED
Black with #FE38ED
Text Example
Text Example
White with #FE38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38ED; }
p { color: rgb(254,56,237); }
H1.HeaderClassName
{
color: #FE38ED;
}
.AnyTagClassName
{
color: #FE38ED;
}
</style>
background-color css
<style>
a { background-color: #FE38ED; }
a { background-color: rgb(254,56,237); }
div.DivClassName
{
background-color: #FE38ED;
}
.BgClassName
{
background-color: #FE38ED;
}
</style>
border-color css
<style>
span { border-color: #FE38ED; }
span { border-color: rgb(254,56,237); }
td.TdClassName
{
border-color: #FE38ED;
}
.TagClassName
{
border-color: #FE38ED;
}
</style>