Shades of Razzle Dazzle Rose #F528BC
Tints of Razzle Dazzle Rose #F528BC
RGB
CMYK
RGB Variations
Color information
#F528BC (or 0xF528BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and BC. RGB value is (245,40,188). Sum of RGB (Red+Green+Blue) = 245+40+188=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F528BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528BC is #0AD743. Grayscale: #757575. Windows color (decimal): -710468 or 12331253. OLE color: 12331253.
HSL color Cylindrical-coordinate representation of color #F528BC: hue angle of 316.68º 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 #F528BC is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.04 |
| HSL | 316.68º | 0.91% | 0.56% | - |
| HSV(B) | 316.68º | 0.84% | 0.96% | - |
| XYZ | 47.49 | 24.56 | 49.81 | - |
| YUV | 118.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 188 | 0 | 0.84 | 0.23 | 0.04 | 316.68 | 0.91 | 0.56 |
| Hex | F5 | 28 | BC | 0 | 54 | 17 | 4 | 13D | 5B | 38 |
| Octal | 365 | 50 | 274 | 0 | 124 | 27 | 4 | 475 | 133 | 70 |
| Binary | 11110101 | 101000 | 10111100 | 0 | 1010100 | 10111 | 100 | 100111101 | 1011011 | 111000 |
Color Harmonies of #F528BC
Complementary color
Monochromatic Colors of #F528BC
Black with #F528BC
Text Example
Text Example
White with #F528BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528BC; }
p { color: rgb(245,40,188); }
H1.HeaderClassName
{
color: #F528BC;
}
.AnyTagClassName
{
color: #F528BC;
}
</style>
background-color css
<style>
a { background-color: #F528BC; }
a { background-color: rgb(245,40,188); }
div.DivClassName
{
background-color: #F528BC;
}
.BgClassName
{
background-color: #F528BC;
}
</style>
border-color css
<style>
span { border-color: #F528BC; }
span { border-color: rgb(245,40,188); }
td.TdClassName
{
border-color: #F528BC;
}
.TagClassName
{
border-color: #F528BC;
}
</style>