Shades of Razzle Dazzle Rose #F532CC
Tints of Razzle Dazzle Rose #F532CC
RGB
CMYK
RGB Variations
Color information
#F532CC (or 0xF532CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 32 and CC. RGB value is (245,50,204). Sum of RGB (Red+Green+Blue) = 245+50+204=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F532CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532CC is #0ACD33. Grayscale: #7D7D7D. Windows color (decimal): -707892 or 13382389. OLE color: 13382389.
HSL color Cylindrical-coordinate representation of color #F532CC: hue angle of 312.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532CC is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 204 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.04 |
| HSL | 312.62º | 0.91% | 0.58% | - |
| HSV(B) | 312.62º | 0.8% | 0.96% | - |
| XYZ | 49.7 | 26.05 | 59.54 | - |
| YUV | 125.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 204 | 0 | 0.80 | 0.17 | 0.04 | 312.62 | 0.91 | 0.58 |
| Hex | F5 | 32 | CC | 0 | 50 | 11 | 4 | 139 | 5B | 3A |
| Octal | 365 | 62 | 314 | 0 | 120 | 21 | 4 | 471 | 133 | 72 |
| Binary | 11110101 | 110010 | 11001100 | 0 | 1010000 | 10001 | 100 | 100111001 | 1011011 | 111010 |
Color Harmonies of #F532CC
Complementary color
Monochromatic Colors of #F532CC
Black with #F532CC
Text Example
Text Example
White with #F532CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532CC; }
p { color: rgb(245,50,204); }
H1.HeaderClassName
{
color: #F532CC;
}
.AnyTagClassName
{
color: #F532CC;
}
</style>
background-color css
<style>
a { background-color: #F532CC; }
a { background-color: rgb(245,50,204); }
div.DivClassName
{
background-color: #F532CC;
}
.BgClassName
{
background-color: #F532CC;
}
</style>
border-color css
<style>
span { border-color: #F532CC; }
span { border-color: rgb(245,50,204); }
td.TdClassName
{
border-color: #F532CC;
}
.TagClassName
{
border-color: #F532CC;
}
</style>