Shades of Razzle Dazzle Rose #FF28ED
Tints of Razzle Dazzle Rose #FF28ED
RGB
CMYK
RGB Variations
Color information
#FF28ED (or 0xFF28ED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and ED. RGB value is (255,40,237). Sum of RGB (Red+Green+Blue) = 255+40+237=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 40 (16.02% from 255 or 7.52% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF28ED is #00D712. Grayscale: #7E7E7E. Windows color (decimal): -55059 or 15542527. OLE color: 15542527.
HSL color Cylindrical-coordinate representation of color #FF28ED: hue angle of 305.02º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF28ED is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 237 | - |
| CMYK | 0 | 0.84 | 0.07 | 0 |
| HSL | 305.02º | 1% | 0.58% | - |
| HSV(B) | 305.02º | 0.84% | 1% | - |
| XYZ | 57.28 | 28.89 | 82.68 | - |
| YUV | 126.74 | 190.23 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 237 | 0 | 0.84 | 0.07 | 0 | 305.02 | 1 | 0.58 |
| Hex | FF | 28 | ED | 0 | 54 | 7 | 0 | 131 | 64 | 3A |
| Octal | 377 | 50 | 355 | 0 | 124 | 7 | 0 | 461 | 144 | 72 |
| Binary | 11111111 | 101000 | 11101101 | 0 | 1010100 | 111 | 0 | 100110001 | 1100100 | 111010 |
Color Harmonies of #FF28ED
Complementary color
Monochromatic Colors of #FF28ED
Black with #FF28ED
Text Example
Text Example
White with #FF28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28ED; }
p { color: rgb(255,40,237); }
H1.HeaderClassName
{
color: #FF28ED;
}
.AnyTagClassName
{
color: #FF28ED;
}
</style>
background-color css
<style>
a { background-color: #FF28ED; }
a { background-color: rgb(255,40,237); }
div.DivClassName
{
background-color: #FF28ED;
}
.BgClassName
{
background-color: #FF28ED;
}
</style>
border-color css
<style>
span { border-color: #FF28ED; }
span { border-color: rgb(255,40,237); }
td.TdClassName
{
border-color: #FF28ED;
}
.TagClassName
{
border-color: #FF28ED;
}
</style>