Shades of Razzle Dazzle Rose #F531CC
Tints of Razzle Dazzle Rose #F531CC
RGB
CMYK
RGB Variations
Color information
#F531CC (or 0xF531CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and CC. RGB value is (245,49,204). Sum of RGB (Red+Green+Blue) = 245+49+204=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F531CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531CC is #0ACE33. Grayscale: #7C7C7C. Windows color (decimal): -708148 or 13382133. OLE color: 13382133.
HSL color Cylindrical-coordinate representation of color #F531CC: hue angle of 312.55º 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 #F531CC is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 204 | - |
| CMYK | 0 | 0.8 | 0.17 | 0.04 |
| HSL | 312.55º | 0.91% | 0.58% | - |
| HSV(B) | 312.55º | 0.8% | 0.96% | - |
| XYZ | 49.65 | 25.97 | 59.52 | - |
| YUV | 125.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 204 | 0 | 0.8 | 0.17 | 0.04 | 312.55 | 0.91 | 0.58 |
| Hex | F5 | 31 | CC | 0 | 50 | 11 | 4 | 139 | 5B | 3A |
| Octal | 365 | 61 | 314 | 0 | 120 | 21 | 4 | 471 | 133 | 72 |
| Binary | 11110101 | 110001 | 11001100 | 0 | 1010000 | 10001 | 100 | 100111001 | 1011011 | 111010 |
Color Harmonies of #F531CC
Complementary color
Monochromatic Colors of #F531CC
Black with #F531CC
Text Example
Text Example
White with #F531CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531CC; }
p { color: rgb(245,49,204); }
H1.HeaderClassName
{
color: #F531CC;
}
.AnyTagClassName
{
color: #F531CC;
}
</style>
background-color css
<style>
a { background-color: #F531CC; }
a { background-color: rgb(245,49,204); }
div.DivClassName
{
background-color: #F531CC;
}
.BgClassName
{
background-color: #F531CC;
}
</style>
border-color css
<style>
span { border-color: #F531CC; }
span { border-color: rgb(245,49,204); }
td.TdClassName
{
border-color: #F531CC;
}
.TagClassName
{
border-color: #F531CC;
}
</style>