Shades of Razzle Dazzle Rose #F537BB
Tints of Razzle Dazzle Rose #F537BB
RGB
CMYK
RGB Variations
Color information
#F537BB (or 0xF537BB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and BB. RGB value is (245,55,187). Sum of RGB (Red+Green+Blue) = 245+55+187=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F537BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537BB is #0AC844. Grayscale: #7E7E7E. Windows color (decimal): -706629 or 12269557. OLE color: 12269557.
HSL color Cylindrical-coordinate representation of color #F537BB: hue angle of 318.32º 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 #F537BB is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 187 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.04 |
| HSL | 318.32º | 0.9% | 0.59% | - |
| HSV(B) | 318.32º | 0.78% | 0.96% | - |
| XYZ | 47.99 | 25.73 | 49.45 | - |
| YUV | 126.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 187 | 0 | 0.78 | 0.24 | 0.04 | 318.32 | 0.9 | 0.59 |
| Hex | F5 | 37 | BB | 0 | 4E | 18 | 4 | 13E | 5A | 3B |
| Octal | 365 | 67 | 273 | 0 | 116 | 30 | 4 | 476 | 132 | 73 |
| Binary | 11110101 | 110111 | 10111011 | 0 | 1001110 | 11000 | 100 | 100111110 | 1011010 | 111011 |
Color Harmonies of #F537BB
Complementary color
Monochromatic Colors of #F537BB
Black with #F537BB
Text Example
Text Example
White with #F537BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537BB; }
p { color: rgb(245,55,187); }
H1.HeaderClassName
{
color: #F537BB;
}
.AnyTagClassName
{
color: #F537BB;
}
</style>
background-color css
<style>
a { background-color: #F537BB; }
a { background-color: rgb(245,55,187); }
div.DivClassName
{
background-color: #F537BB;
}
.BgClassName
{
background-color: #F537BB;
}
</style>
border-color css
<style>
span { border-color: #F537BB; }
span { border-color: rgb(245,55,187); }
td.TdClassName
{
border-color: #F537BB;
}
.TagClassName
{
border-color: #F537BB;
}
</style>