Shades of Razzle Dazzle Rose #FF28BD
Tints of Razzle Dazzle Rose #FF28BD
RGB
CMYK
RGB Variations
Color information
#FF28BD (or 0xFF28BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and BD. RGB value is (255,40,189). Sum of RGB (Red+Green+Blue) = 255+40+189=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28BD is #00D742. Grayscale: #787878. Windows color (decimal): -55107 or 12396799. OLE color: 12396799.
HSL color Cylindrical-coordinate representation of color #FF28BD: hue angle of 318.42º 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 #FF28BD is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 189 | - |
| CMYK | 0 | 0.84 | 0.26 | 0 |
| HSL | 318.42º | 1% | 0.58% | - |
| HSV(B) | 318.42º | 0.84% | 1% | - |
| XYZ | 51.18 | 26.45 | 50.55 | - |
| YUV | 121.27 | 166.23 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 189 | 0 | 0.84 | 0.26 | 0 | 318.42 | 1 | 0.58 |
| Hex | FF | 28 | BD | 0 | 54 | 1A | 0 | 13E | 64 | 3A |
| Octal | 377 | 50 | 275 | 0 | 124 | 32 | 0 | 476 | 144 | 72 |
| Binary | 11111111 | 101000 | 10111101 | 0 | 1010100 | 11010 | 0 | 100111110 | 1100100 | 111010 |
Color Harmonies of #FF28BD
Complementary color
Monochromatic Colors of #FF28BD
Black with #FF28BD
Text Example
Text Example
White with #FF28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28BD; }
p { color: rgb(255,40,189); }
H1.HeaderClassName
{
color: #FF28BD;
}
.AnyTagClassName
{
color: #FF28BD;
}
</style>
background-color css
<style>
a { background-color: #FF28BD; }
a { background-color: rgb(255,40,189); }
div.DivClassName
{
background-color: #FF28BD;
}
.BgClassName
{
background-color: #FF28BD;
}
</style>
border-color css
<style>
span { border-color: #FF28BD; }
span { border-color: rgb(255,40,189); }
td.TdClassName
{
border-color: #FF28BD;
}
.TagClassName
{
border-color: #FF28BD;
}
</style>