Shades of Razzle Dazzle Rose #F536CA
Tints of Razzle Dazzle Rose #F536CA
RGB
CMYK
RGB Variations
Color information
#F536CA (or 0xF536CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and CA. RGB value is (245,54,202). Sum of RGB (Red+Green+Blue) = 245+54+202=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F536CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536CA is #0AC935. Grayscale: #7F7F7F. Windows color (decimal): -706870 or 13252341. OLE color: 13252341.
HSL color Cylindrical-coordinate representation of color #F536CA: hue angle of 313.51º degrees, saturation: 0.91, 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 #F536CA is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 202 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.04 |
| HSL | 313.51º | 0.91% | 0.59% | - |
| HSV(B) | 313.51º | 0.78% | 0.96% | - |
| XYZ | 49.64 | 26.32 | 58.34 | - |
| YUV | 127.98 | 169.78 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 202 | 0 | 0.78 | 0.18 | 0.04 | 313.51 | 0.91 | 0.59 |
| Hex | F5 | 36 | CA | 0 | 4E | 12 | 4 | 13A | 5B | 3B |
| Octal | 365 | 66 | 312 | 0 | 116 | 22 | 4 | 472 | 133 | 73 |
| Binary | 11110101 | 110110 | 11001010 | 0 | 1001110 | 10010 | 100 | 100111010 | 1011011 | 111011 |
Color Harmonies of #F536CA
Complementary color
Monochromatic Colors of #F536CA
Black with #F536CA
Text Example
Text Example
White with #F536CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F536CA; }
p { color: rgb(245,54,202); }
H1.HeaderClassName
{
color: #F536CA;
}
.AnyTagClassName
{
color: #F536CA;
}
</style>
background-color css
<style>
a { background-color: #F536CA; }
a { background-color: rgb(245,54,202); }
div.DivClassName
{
background-color: #F536CA;
}
.BgClassName
{
background-color: #F536CA;
}
</style>
border-color css
<style>
span { border-color: #F536CA; }
span { border-color: rgb(245,54,202); }
td.TdClassName
{
border-color: #F536CA;
}
.TagClassName
{
border-color: #F536CA;
}
</style>