Shades of Razzle Dazzle Rose #F537BC
Tints of Razzle Dazzle Rose #F537BC
RGB
CMYK
RGB Variations
Color information
#F537BC (or 0xF537BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and BC. RGB value is (245,55,188). Sum of RGB (Red+Green+Blue) = 245+55+188=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F537BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537BC is #0AC843. Grayscale: #7E7E7E. Windows color (decimal): -706628 or 12335093. OLE color: 12335093.
HSL color Cylindrical-coordinate representation of color #F537BC: hue angle of 318º 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 #F537BC is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 188 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.04 |
| HSL | 318º | 0.9% | 0.59% | - |
| HSV(B) | 318º | 0.78% | 0.96% | - |
| XYZ | 48.1 | 25.78 | 50.02 | - |
| YUV | 126.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 188 | 0 | 0.78 | 0.23 | 0.04 | 318 | 0.9 | 0.59 |
| Hex | F5 | 37 | BC | 0 | 4E | 17 | 4 | 13E | 5A | 3B |
| Octal | 365 | 67 | 274 | 0 | 116 | 27 | 4 | 476 | 132 | 73 |
| Binary | 11110101 | 110111 | 10111100 | 0 | 1001110 | 10111 | 100 | 100111110 | 1011010 | 111011 |
Color Harmonies of #F537BC
Complementary color
Monochromatic Colors of #F537BC
Black with #F537BC
Text Example
Text Example
White with #F537BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537BC; }
p { color: rgb(245,55,188); }
H1.HeaderClassName
{
color: #F537BC;
}
.AnyTagClassName
{
color: #F537BC;
}
</style>
background-color css
<style>
a { background-color: #F537BC; }
a { background-color: rgb(245,55,188); }
div.DivClassName
{
background-color: #F537BC;
}
.BgClassName
{
background-color: #F537BC;
}
</style>
border-color css
<style>
span { border-color: #F537BC; }
span { border-color: rgb(245,55,188); }
td.TdClassName
{
border-color: #F537BC;
}
.TagClassName
{
border-color: #F537BC;
}
</style>