Shades of Razzle Dazzle Rose #F528BD
Tints of Razzle Dazzle Rose #F528BD
RGB
CMYK
RGB Variations
Color information
#F528BD (or 0xF528BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and BD. RGB value is (245,40,189). Sum of RGB (Red+Green+Blue) = 245+40+189=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F528BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528BD is #0AD742. Grayscale: #757575. Windows color (decimal): -710467 or 12396789. OLE color: 12396789.
HSL color Cylindrical-coordinate representation of color #F528BD: hue angle of 316.39º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528BD is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 189 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.04 |
| HSL | 316.39º | 0.91% | 0.56% | - |
| HSV(B) | 316.39º | 0.84% | 0.96% | - |
| XYZ | 47.6 | 24.6 | 50.38 | - |
| YUV | 118.28 | 167.92 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 189 | 0 | 0.84 | 0.23 | 0.04 | 316.39 | 0.91 | 0.56 |
| Hex | F5 | 28 | BD | 0 | 54 | 17 | 4 | 13C | 5B | 38 |
| Octal | 365 | 50 | 275 | 0 | 124 | 27 | 4 | 474 | 133 | 70 |
| Binary | 11110101 | 101000 | 10111101 | 0 | 1010100 | 10111 | 100 | 100111100 | 1011011 | 111000 |
Color Harmonies of #F528BD
Complementary color
Monochromatic Colors of #F528BD
Black with #F528BD
Text Example
Text Example
White with #F528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528BD; }
p { color: rgb(245,40,189); }
H1.HeaderClassName
{
color: #F528BD;
}
.AnyTagClassName
{
color: #F528BD;
}
</style>
background-color css
<style>
a { background-color: #F528BD; }
a { background-color: rgb(245,40,189); }
div.DivClassName
{
background-color: #F528BD;
}
.BgClassName
{
background-color: #F528BD;
}
</style>
border-color css
<style>
span { border-color: #F528BD; }
span { border-color: rgb(245,40,189); }
td.TdClassName
{
border-color: #F528BD;
}
.TagClassName
{
border-color: #F528BD;
}
</style>