Shades of Razzle Dazzle Rose #F522C6
Tints of Razzle Dazzle Rose #F522C6
RGB
CMYK
RGB Variations
Color information
#F522C6 (or 0xF522C6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 22 and C6. RGB value is (245,34,198). Sum of RGB (Red+Green+Blue) = 245+34+198=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 34 (13.67% from 255 or 7.13% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F522C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F522C6 is #0ADD39. Grayscale: #737373. Windows color (decimal): -711994 or 12985077. OLE color: 12985077.
HSL color Cylindrical-coordinate representation of color #F522C6: hue angle of 313.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F522C6 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 198 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.04 |
| HSL | 313.36º | 0.91% | 0.55% | - |
| HSV(B) | 313.36º | 0.86% | 0.96% | - |
| XYZ | 48.42 | 24.63 | 55.63 | - |
| YUV | 115.79 | 174.4 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 198 | 0 | 0.86 | 0.19 | 0.04 | 313.36 | 0.91 | 0.55 |
| Hex | F5 | 22 | C6 | 0 | 56 | 13 | 4 | 139 | 5B | 37 |
| Octal | 365 | 42 | 306 | 0 | 126 | 23 | 4 | 471 | 133 | 67 |
| Binary | 11110101 | 100010 | 11000110 | 0 | 1010110 | 10011 | 100 | 100111001 | 1011011 | 110111 |
Color Harmonies of #F522C6
Complementary color
Monochromatic Colors of #F522C6
Black with #F522C6
Text Example
Text Example
White with #F522C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F522C6; }
p { color: rgb(245,34,198); }
H1.HeaderClassName
{
color: #F522C6;
}
.AnyTagClassName
{
color: #F522C6;
}
</style>
background-color css
<style>
a { background-color: #F522C6; }
a { background-color: rgb(245,34,198); }
div.DivClassName
{
background-color: #F522C6;
}
.BgClassName
{
background-color: #F522C6;
}
</style>
border-color css
<style>
span { border-color: #F522C6; }
span { border-color: rgb(245,34,198); }
td.TdClassName
{
border-color: #F522C6;
}
.TagClassName
{
border-color: #F522C6;
}
</style>