Shades of Razzle Dazzle Rose #F524CC
Tints of Razzle Dazzle Rose #F524CC
RGB
CMYK
RGB Variations
Color information
#F524CC (or 0xF524CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 24 and CC. RGB value is (245,36,204). Sum of RGB (Red+Green+Blue) = 245+36+204=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F524CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524CC is #0ADB33. Grayscale: #757575. Windows color (decimal): -711476 or 13378805. OLE color: 13378805.
HSL color Cylindrical-coordinate representation of color #F524CC: hue angle of 311.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F524CC is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 204 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.04 |
| HSL | 311.77º | 0.91% | 0.55% | - |
| HSV(B) | 311.77º | 0.85% | 0.96% | - |
| XYZ | 49.19 | 25.03 | 59.37 | - |
| YUV | 117.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 204 | 0 | 0.85 | 0.17 | 0.04 | 311.77 | 0.91 | 0.55 |
| Hex | F5 | 24 | CC | 0 | 55 | 11 | 4 | 138 | 5B | 37 |
| Octal | 365 | 44 | 314 | 0 | 125 | 21 | 4 | 470 | 133 | 67 |
| Binary | 11110101 | 100100 | 11001100 | 0 | 1010101 | 10001 | 100 | 100111000 | 1011011 | 110111 |
Color Harmonies of #F524CC
Complementary color
Monochromatic Colors of #F524CC
Black with #F524CC
Text Example
Text Example
White with #F524CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524CC; }
p { color: rgb(245,36,204); }
H1.HeaderClassName
{
color: #F524CC;
}
.AnyTagClassName
{
color: #F524CC;
}
</style>
background-color css
<style>
a { background-color: #F524CC; }
a { background-color: rgb(245,36,204); }
div.DivClassName
{
background-color: #F524CC;
}
.BgClassName
{
background-color: #F524CC;
}
</style>
border-color css
<style>
span { border-color: #F524CC; }
span { border-color: rgb(245,36,204); }
td.TdClassName
{
border-color: #F524CC;
}
.TagClassName
{
border-color: #F524CC;
}
</style>