Shades of Razzle Dazzle Rose #F537CA
Tints of Razzle Dazzle Rose #F537CA
RGB
CMYK
RGB Variations
Color information
#F537CA (or 0xF537CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 37 and CA. RGB value is (245,55,202). Sum of RGB (Red+Green+Blue) = 245+55+202=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F537CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F537CA is #0AC835. Grayscale: #808080. Windows color (decimal): -706614 or 13252597. OLE color: 13252597.
HSL color Cylindrical-coordinate representation of color #F537CA: hue angle of 313.58º 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 #F537CA is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 202 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.04 |
| HSL | 313.58º | 0.9% | 0.59% | - |
| HSV(B) | 313.58º | 0.78% | 0.96% | - |
| XYZ | 49.68 | 26.41 | 58.36 | - |
| YUV | 128.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 202 | 0 | 0.78 | 0.18 | 0.04 | 313.58 | 0.9 | 0.59 |
| Hex | F5 | 37 | CA | 0 | 4E | 12 | 4 | 13A | 5A | 3B |
| Octal | 365 | 67 | 312 | 0 | 116 | 22 | 4 | 472 | 132 | 73 |
| Binary | 11110101 | 110111 | 11001010 | 0 | 1001110 | 10010 | 100 | 100111010 | 1011010 | 111011 |
Color Harmonies of #F537CA
Complementary color
Monochromatic Colors of #F537CA
Black with #F537CA
Text Example
Text Example
White with #F537CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537CA; }
p { color: rgb(245,55,202); }
H1.HeaderClassName
{
color: #F537CA;
}
.AnyTagClassName
{
color: #F537CA;
}
</style>
background-color css
<style>
a { background-color: #F537CA; }
a { background-color: rgb(245,55,202); }
div.DivClassName
{
background-color: #F537CA;
}
.BgClassName
{
background-color: #F537CA;
}
</style>
border-color css
<style>
span { border-color: #F537CA; }
span { border-color: rgb(245,55,202); }
td.TdClassName
{
border-color: #F537CA;
}
.TagClassName
{
border-color: #F537CA;
}
</style>