Shades of Razzle Dazzle Rose #F528BF
Tints of Razzle Dazzle Rose #F528BF
RGB
CMYK
RGB Variations
Color information
#F528BF (or 0xF528BF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and BF. RGB value is (245,40,191). Sum of RGB (Red+Green+Blue) = 245+40+191=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F528BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528BF is #0AD740. Grayscale: #767676. Windows color (decimal): -710465 or 12527861. OLE color: 12527861.
HSL color Cylindrical-coordinate representation of color #F528BF: hue angle of 315.8º 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 #F528BF is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 191 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.04 |
| HSL | 315.8º | 0.91% | 0.56% | - |
| HSV(B) | 315.8º | 0.84% | 0.96% | - |
| XYZ | 47.82 | 24.69 | 51.54 | - |
| YUV | 118.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 191 | 0 | 0.84 | 0.22 | 0.04 | 315.8 | 0.91 | 0.56 |
| Hex | F5 | 28 | BF | 0 | 54 | 16 | 4 | 13C | 5B | 38 |
| Octal | 365 | 50 | 277 | 0 | 124 | 26 | 4 | 474 | 133 | 70 |
| Binary | 11110101 | 101000 | 10111111 | 0 | 1010100 | 10110 | 100 | 100111100 | 1011011 | 111000 |
Color Harmonies of #F528BF
Complementary color
Monochromatic Colors of #F528BF
Black with #F528BF
Text Example
Text Example
White with #F528BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528BF; }
p { color: rgb(245,40,191); }
H1.HeaderClassName
{
color: #F528BF;
}
.AnyTagClassName
{
color: #F528BF;
}
</style>
background-color css
<style>
a { background-color: #F528BF; }
a { background-color: rgb(245,40,191); }
div.DivClassName
{
background-color: #F528BF;
}
.BgClassName
{
background-color: #F528BF;
}
</style>
border-color css
<style>
span { border-color: #F528BF; }
span { border-color: rgb(245,40,191); }
td.TdClassName
{
border-color: #F528BF;
}
.TagClassName
{
border-color: #F528BF;
}
</style>