Shades of Razzle Dazzle Rose #F537CC
Tints of Razzle Dazzle Rose #F537CC
RGB
CMYK
RGB Variations
Color information
#F537CC (or 0xF537CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and CC. RGB value is (245,55,204). Sum of RGB (Red+Green+Blue) = 245+55+204=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F537CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537CC is #0AC833. Grayscale: #808080. Windows color (decimal): -706612 or 13383669. OLE color: 13383669.
HSL color Cylindrical-coordinate representation of color #F537CC: hue angle of 312.95º 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 #F537CC is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 204 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.04 |
| HSL | 312.95º | 0.9% | 0.59% | - |
| HSV(B) | 312.95º | 0.78% | 0.96% | - |
| XYZ | 49.92 | 26.5 | 59.61 | - |
| YUV | 128.8 | 170.45 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 204 | 0 | 0.78 | 0.17 | 0.04 | 312.95 | 0.9 | 0.59 |
| Hex | F5 | 37 | CC | 0 | 4E | 11 | 4 | 139 | 5A | 3B |
| Octal | 365 | 67 | 314 | 0 | 116 | 21 | 4 | 471 | 132 | 73 |
| Binary | 11110101 | 110111 | 11001100 | 0 | 1001110 | 10001 | 100 | 100111001 | 1011010 | 111011 |
Color Harmonies of #F537CC
Complementary color
Monochromatic Colors of #F537CC
Black with #F537CC
Text Example
Text Example
White with #F537CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537CC; }
p { color: rgb(245,55,204); }
H1.HeaderClassName
{
color: #F537CC;
}
.AnyTagClassName
{
color: #F537CC;
}
</style>
background-color css
<style>
a { background-color: #F537CC; }
a { background-color: rgb(245,55,204); }
div.DivClassName
{
background-color: #F537CC;
}
.BgClassName
{
background-color: #F537CC;
}
</style>
border-color css
<style>
span { border-color: #F537CC; }
span { border-color: rgb(245,55,204); }
td.TdClassName
{
border-color: #F537CC;
}
.TagClassName
{
border-color: #F537CC;
}
</style>