Shades of Razzle Dazzle Rose #FF30ED
Tints of Razzle Dazzle Rose #FF30ED
RGB
CMYK
RGB Variations
Color information
#FF30ED (or 0xFF30ED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 30 and ED. RGB value is (255,48,237). Sum of RGB (Red+Green+Blue) = 255+48+237=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 48 (19.14% from 255 or 8.89% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF30ED is #00CF12. Grayscale: #828282. Windows color (decimal): -53011 or 15544575. OLE color: 15544575.
HSL color Cylindrical-coordinate representation of color #FF30ED: hue angle of 305.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30ED is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 237 | - |
| CMYK | 0 | 0.81 | 0.07 | 0 |
| HSL | 305.22º | 1% | 0.59% | - |
| HSV(B) | 305.22º | 0.81% | 1% | - |
| XYZ | 57.58 | 29.49 | 82.78 | - |
| YUV | 131.44 | 187.58 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 237 | 0 | 0.81 | 0.07 | 0 | 305.22 | 1 | 0.59 |
| Hex | FF | 30 | ED | 0 | 51 | 7 | 0 | 131 | 64 | 3B |
| Octal | 377 | 60 | 355 | 0 | 121 | 7 | 0 | 461 | 144 | 73 |
| Binary | 11111111 | 110000 | 11101101 | 0 | 1010001 | 111 | 0 | 100110001 | 1100100 | 111011 |
Color Harmonies of #FF30ED
Complementary color
Monochromatic Colors of #FF30ED
Black with #FF30ED
Text Example
Text Example
White with #FF30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30ED; }
p { color: rgb(255,48,237); }
H1.HeaderClassName
{
color: #FF30ED;
}
.AnyTagClassName
{
color: #FF30ED;
}
</style>
background-color css
<style>
a { background-color: #FF30ED; }
a { background-color: rgb(255,48,237); }
div.DivClassName
{
background-color: #FF30ED;
}
.BgClassName
{
background-color: #FF30ED;
}
</style>
border-color css
<style>
span { border-color: #FF30ED; }
span { border-color: rgb(255,48,237); }
td.TdClassName
{
border-color: #FF30ED;
}
.TagClassName
{
border-color: #FF30ED;
}
</style>