Shades of Razzle Dazzle Rose #F533CA
Tints of Razzle Dazzle Rose #F533CA
RGB
CMYK
RGB Variations
Color information
#F533CA (or 0xF533CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 33 and CA. RGB value is (245,51,202). Sum of RGB (Red+Green+Blue) = 245+51+202=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F533CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533CA is #0ACC35. Grayscale: #7D7D7D. Windows color (decimal): -707638 or 13251573. OLE color: 13251573.
HSL color Cylindrical-coordinate representation of color #F533CA: hue angle of 313.3º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F533CA is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 202 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.04 |
| HSL | 313.3º | 0.91% | 0.58% | - |
| HSV(B) | 313.3º | 0.79% | 0.96% | - |
| XYZ | 49.5 | 26.04 | 58.3 | - |
| YUV | 126.22 | 170.77 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 202 | 0 | 0.79 | 0.18 | 0.04 | 313.3 | 0.91 | 0.58 |
| Hex | F5 | 33 | CA | 0 | 4F | 12 | 4 | 139 | 5B | 3A |
| Octal | 365 | 63 | 312 | 0 | 117 | 22 | 4 | 471 | 133 | 72 |
| Binary | 11110101 | 110011 | 11001010 | 0 | 1001111 | 10010 | 100 | 100111001 | 1011011 | 111010 |
Color Harmonies of #F533CA
Complementary color
Monochromatic Colors of #F533CA
Black with #F533CA
Text Example
Text Example
White with #F533CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F533CA; }
p { color: rgb(245,51,202); }
H1.HeaderClassName
{
color: #F533CA;
}
.AnyTagClassName
{
color: #F533CA;
}
</style>
background-color css
<style>
a { background-color: #F533CA; }
a { background-color: rgb(245,51,202); }
div.DivClassName
{
background-color: #F533CA;
}
.BgClassName
{
background-color: #F533CA;
}
</style>
border-color css
<style>
span { border-color: #F533CA; }
span { border-color: rgb(245,51,202); }
td.TdClassName
{
border-color: #F533CA;
}
.TagClassName
{
border-color: #F533CA;
}
</style>