Shades of Razzle Dazzle Rose #FF28CC
Tints of Razzle Dazzle Rose #FF28CC
RGB
CMYK
RGB Variations
Color information
#FF28CC (or 0xFF28CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and CC. RGB value is (255,40,204). Sum of RGB (Red+Green+Blue) = 255+40+204=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28CC is #00D733. Grayscale: #7A7A7A. Windows color (decimal): -55092 or 13379839. OLE color: 13379839.
HSL color Cylindrical-coordinate representation of color #FF28CC: hue angle of 314.23º 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 #FF28CC is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 204 | - |
| CMYK | 0 | 0.84 | 0.2 | 0 |
| HSL | 314.23º | 1% | 0.58% | - |
| HSV(B) | 314.23º | 0.84% | 1% | - |
| XYZ | 52.9 | 27.14 | 59.58 | - |
| YUV | 122.98 | 173.73 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 204 | 0 | 0.84 | 0.2 | 0 | 314.23 | 1 | 0.58 |
| Hex | FF | 28 | CC | 0 | 54 | 14 | 0 | 13A | 64 | 3A |
| Octal | 377 | 50 | 314 | 0 | 124 | 24 | 0 | 472 | 144 | 72 |
| Binary | 11111111 | 101000 | 11001100 | 0 | 1010100 | 10100 | 0 | 100111010 | 1100100 | 111010 |
Color Harmonies of #FF28CC
Complementary color
Monochromatic Colors of #FF28CC
Black with #FF28CC
Text Example
Text Example
White with #FF28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28CC; }
p { color: rgb(255,40,204); }
H1.HeaderClassName
{
color: #FF28CC;
}
.AnyTagClassName
{
color: #FF28CC;
}
</style>
background-color css
<style>
a { background-color: #FF28CC; }
a { background-color: rgb(255,40,204); }
div.DivClassName
{
background-color: #FF28CC;
}
.BgClassName
{
background-color: #FF28CC;
}
</style>
border-color css
<style>
span { border-color: #FF28CC; }
span { border-color: rgb(255,40,204); }
td.TdClassName
{
border-color: #FF28CC;
}
.TagClassName
{
border-color: #FF28CC;
}
</style>