Shades of Razzle Dazzle Rose #F537BD
Tints of Razzle Dazzle Rose #F537BD
RGB
CMYK
RGB Variations
Color information
#F537BD (or 0xF537BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and BD. RGB value is (245,55,189). Sum of RGB (Red+Green+Blue) = 245+55+189=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F537BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537BD is #0AC842. Grayscale: #7E7E7E. Windows color (decimal): -706627 or 12400629. OLE color: 12400629.
HSL color Cylindrical-coordinate representation of color #F537BD: hue angle of 317.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537BD is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 189 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.04 |
| HSL | 317.68º | 0.9% | 0.59% | - |
| HSV(B) | 317.68º | 0.78% | 0.96% | - |
| XYZ | 48.21 | 25.82 | 50.59 | - |
| YUV | 127.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 189 | 0 | 0.78 | 0.23 | 0.04 | 317.68 | 0.9 | 0.59 |
| Hex | F5 | 37 | BD | 0 | 4E | 17 | 4 | 13E | 5A | 3B |
| Octal | 365 | 67 | 275 | 0 | 116 | 27 | 4 | 476 | 132 | 73 |
| Binary | 11110101 | 110111 | 10111101 | 0 | 1001110 | 10111 | 100 | 100111110 | 1011010 | 111011 |
Color Harmonies of #F537BD
Complementary color
Monochromatic Colors of #F537BD
Black with #F537BD
Text Example
Text Example
White with #F537BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537BD; }
p { color: rgb(245,55,189); }
H1.HeaderClassName
{
color: #F537BD;
}
.AnyTagClassName
{
color: #F537BD;
}
</style>
background-color css
<style>
a { background-color: #F537BD; }
a { background-color: rgb(245,55,189); }
div.DivClassName
{
background-color: #F537BD;
}
.BgClassName
{
background-color: #F537BD;
}
</style>
border-color css
<style>
span { border-color: #F537BD; }
span { border-color: rgb(245,55,189); }
td.TdClassName
{
border-color: #F537BD;
}
.TagClassName
{
border-color: #F537BD;
}
</style>