Shades of Razzle Dazzle Rose #FF28C7
Tints of Razzle Dazzle Rose #FF28C7
RGB
CMYK
RGB Variations
Color information
#FF28C7 (or 0xFF28C7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and C7. RGB value is (255,40,199). Sum of RGB (Red+Green+Blue) = 255+40+199=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28C7 is #00D738. Grayscale: #797979. Windows color (decimal): -55097 or 13052159. OLE color: 13052159.
HSL color Cylindrical-coordinate representation of color #FF28C7: hue angle of 315.63º 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 #FF28C7 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 199 | - |
| CMYK | 0 | 0.84 | 0.22 | 0 |
| HSL | 315.63º | 1% | 0.58% | - |
| HSV(B) | 315.63º | 0.84% | 1% | - |
| XYZ | 52.31 | 26.9 | 56.47 | - |
| YUV | 122.41 | 171.23 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 199 | 0 | 0.84 | 0.22 | 0 | 315.63 | 1 | 0.58 |
| Hex | FF | 28 | C7 | 0 | 54 | 16 | 0 | 13C | 64 | 3A |
| Octal | 377 | 50 | 307 | 0 | 124 | 26 | 0 | 474 | 144 | 72 |
| Binary | 11111111 | 101000 | 11000111 | 0 | 1010100 | 10110 | 0 | 100111100 | 1100100 | 111010 |
Color Harmonies of #FF28C7
Complementary color
Monochromatic Colors of #FF28C7
Black with #FF28C7
Text Example
Text Example
White with #FF28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28C7; }
p { color: rgb(255,40,199); }
H1.HeaderClassName
{
color: #FF28C7;
}
.AnyTagClassName
{
color: #FF28C7;
}
</style>
background-color css
<style>
a { background-color: #FF28C7; }
a { background-color: rgb(255,40,199); }
div.DivClassName
{
background-color: #FF28C7;
}
.BgClassName
{
background-color: #FF28C7;
}
</style>
border-color css
<style>
span { border-color: #FF28C7; }
span { border-color: rgb(255,40,199); }
td.TdClassName
{
border-color: #FF28C7;
}
.TagClassName
{
border-color: #FF28C7;
}
</style>