Shades of Razzle Dazzle Rose #F532CF
Tints of Razzle Dazzle Rose #F532CF
RGB
CMYK
RGB Variations
Color information
#F532CF (or 0xF532CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 32 and CF. RGB value is (245,50,207). Sum of RGB (Red+Green+Blue) = 245+50+207=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F532CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532CF is #0ACD30. Grayscale: #7D7D7D. Windows color (decimal): -707889 or 13578997. OLE color: 13578997.
HSL color Cylindrical-coordinate representation of color #F532CF: hue angle of 311.69º 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 #F532CF is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 207 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.04 |
| HSL | 311.69º | 0.91% | 0.58% | - |
| HSV(B) | 311.69º | 0.8% | 0.96% | - |
| XYZ | 50.06 | 26.2 | 61.45 | - |
| YUV | 126.2 | 173.6 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 207 | 0 | 0.80 | 0.16 | 0.04 | 311.69 | 0.91 | 0.58 |
| Hex | F5 | 32 | CF | 0 | 50 | 10 | 4 | 138 | 5B | 3A |
| Octal | 365 | 62 | 317 | 0 | 120 | 20 | 4 | 470 | 133 | 72 |
| Binary | 11110101 | 110010 | 11001111 | 0 | 1010000 | 10000 | 100 | 100111000 | 1011011 | 111010 |
Color Harmonies of #F532CF
Complementary color
Monochromatic Colors of #F532CF
Black with #F532CF
Text Example
Text Example
White with #F532CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532CF; }
p { color: rgb(245,50,207); }
H1.HeaderClassName
{
color: #F532CF;
}
.AnyTagClassName
{
color: #F532CF;
}
</style>
background-color css
<style>
a { background-color: #F532CF; }
a { background-color: rgb(245,50,207); }
div.DivClassName
{
background-color: #F532CF;
}
.BgClassName
{
background-color: #F532CF;
}
</style>
border-color css
<style>
span { border-color: #F532CF; }
span { border-color: rgb(245,50,207); }
td.TdClassName
{
border-color: #F532CF;
}
.TagClassName
{
border-color: #F532CF;
}
</style>