Shades of Razzle Dazzle Rose #FF28C6
Tints of Razzle Dazzle Rose #FF28C6
RGB
CMYK
RGB Variations
Color information
#FF28C6 (or 0xFF28C6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and C6. RGB value is (255,40,198). Sum of RGB (Red+Green+Blue) = 255+40+198=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28C6 is #00D739. Grayscale: #797979. Windows color (decimal): -55098 or 12986623. OLE color: 12986623.
HSL color Cylindrical-coordinate representation of color #FF28C6: hue angle of 315.91º 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 #FF28C6 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 198 | - |
| CMYK | 0 | 0.84 | 0.22 | 0 |
| HSL | 315.91º | 1% | 0.58% | - |
| HSV(B) | 315.91º | 0.84% | 1% | - |
| XYZ | 52.19 | 26.85 | 55.86 | - |
| YUV | 122.3 | 170.73 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 198 | 0 | 0.84 | 0.22 | 0 | 315.91 | 1 | 0.58 |
| Hex | FF | 28 | C6 | 0 | 54 | 16 | 0 | 13C | 64 | 3A |
| Octal | 377 | 50 | 306 | 0 | 124 | 26 | 0 | 474 | 144 | 72 |
| Binary | 11111111 | 101000 | 11000110 | 0 | 1010100 | 10110 | 0 | 100111100 | 1100100 | 111010 |
Color Harmonies of #FF28C6
Complementary color
Monochromatic Colors of #FF28C6
Black with #FF28C6
Text Example
Text Example
White with #FF28C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28C6; }
p { color: rgb(255,40,198); }
H1.HeaderClassName
{
color: #FF28C6;
}
.AnyTagClassName
{
color: #FF28C6;
}
</style>
background-color css
<style>
a { background-color: #FF28C6; }
a { background-color: rgb(255,40,198); }
div.DivClassName
{
background-color: #FF28C6;
}
.BgClassName
{
background-color: #FF28C6;
}
</style>
border-color css
<style>
span { border-color: #FF28C6; }
span { border-color: rgb(255,40,198); }
td.TdClassName
{
border-color: #FF28C6;
}
.TagClassName
{
border-color: #FF28C6;
}
</style>