Shades of Razzle Dazzle Rose #FF28CE
Tints of Razzle Dazzle Rose #FF28CE
RGB
CMYK
RGB Variations
Color information
#FF28CE (or 0xFF28CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and CE. RGB value is (255,40,206). Sum of RGB (Red+Green+Blue) = 255+40+206=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28CE is #00D731. Grayscale: #7A7A7A. Windows color (decimal): -55090 or 13510911. OLE color: 13510911.
HSL color Cylindrical-coordinate representation of color #FF28CE: hue angle of 313.67º 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 #FF28CE is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 206 | - |
| CMYK | 0 | 0.84 | 0.19 | 0 |
| HSL | 313.67º | 1% | 0.58% | - |
| HSV(B) | 313.67º | 0.84% | 1% | - |
| XYZ | 53.14 | 27.23 | 60.85 | - |
| YUV | 123.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 206 | 0 | 0.84 | 0.19 | 0 | 313.67 | 1 | 0.58 |
| Hex | FF | 28 | CE | 0 | 54 | 13 | 0 | 13A | 64 | 3A |
| Octal | 377 | 50 | 316 | 0 | 124 | 23 | 0 | 472 | 144 | 72 |
| Binary | 11111111 | 101000 | 11001110 | 0 | 1010100 | 10011 | 0 | 100111010 | 1100100 | 111010 |
Color Harmonies of #FF28CE
Complementary color
Monochromatic Colors of #FF28CE
Black with #FF28CE
Text Example
Text Example
White with #FF28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28CE; }
p { color: rgb(255,40,206); }
H1.HeaderClassName
{
color: #FF28CE;
}
.AnyTagClassName
{
color: #FF28CE;
}
</style>
background-color css
<style>
a { background-color: #FF28CE; }
a { background-color: rgb(255,40,206); }
div.DivClassName
{
background-color: #FF28CE;
}
.BgClassName
{
background-color: #FF28CE;
}
</style>
border-color css
<style>
span { border-color: #FF28CE; }
span { border-color: rgb(255,40,206); }
td.TdClassName
{
border-color: #FF28CE;
}
.TagClassName
{
border-color: #FF28CE;
}
</style>