Shades of Razzle Dazzle Rose #F527BD
Tints of Razzle Dazzle Rose #F527BD
RGB
CMYK
RGB Variations
Color information
#F527BD (or 0xF527BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 27 and BD. RGB value is (245,39,189). Sum of RGB (Red+Green+Blue) = 245+39+189=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F527BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527BD is #0AD842. Grayscale: #757575. Windows color (decimal): -710723 or 12396533. OLE color: 12396533.
HSL color Cylindrical-coordinate representation of color #F527BD: hue angle of 316.31º 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 #F527BD is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 189 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.04 |
| HSL | 316.31º | 0.91% | 0.56% | - |
| HSV(B) | 316.31º | 0.84% | 0.96% | - |
| XYZ | 47.57 | 24.54 | 50.37 | - |
| YUV | 117.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 189 | 0 | 0.84 | 0.23 | 0.04 | 316.31 | 0.91 | 0.56 |
| Hex | F5 | 27 | BD | 0 | 54 | 17 | 4 | 13C | 5B | 38 |
| Octal | 365 | 47 | 275 | 0 | 124 | 27 | 4 | 474 | 133 | 70 |
| Binary | 11110101 | 100111 | 10111101 | 0 | 1010100 | 10111 | 100 | 100111100 | 1011011 | 111000 |
Color Harmonies of #F527BD
Complementary color
Monochromatic Colors of #F527BD
Black with #F527BD
Text Example
Text Example
White with #F527BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527BD; }
p { color: rgb(245,39,189); }
H1.HeaderClassName
{
color: #F527BD;
}
.AnyTagClassName
{
color: #F527BD;
}
</style>
background-color css
<style>
a { background-color: #F527BD; }
a { background-color: rgb(245,39,189); }
div.DivClassName
{
background-color: #F527BD;
}
.BgClassName
{
background-color: #F527BD;
}
</style>
border-color css
<style>
span { border-color: #F527BD; }
span { border-color: rgb(245,39,189); }
td.TdClassName
{
border-color: #F527BD;
}
.TagClassName
{
border-color: #F527BD;
}
</style>