Shades of Razzle Dazzle Rose #F52CCF
Tints of Razzle Dazzle Rose #F52CCF
RGB
CMYK
RGB Variations
Color information
#F52CCF (or 0xF52CCF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2C and CF. RGB value is (245,44,207). Sum of RGB (Red+Green+Blue) = 245+44+207=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52CCF is #0AD330. Grayscale: #7A7A7A. Windows color (decimal): -709425 or 13577461. OLE color: 13577461.
HSL color Cylindrical-coordinate representation of color #F52CCF: hue angle of 311.34º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52CCF is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 207 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.04 |
| HSL | 311.34º | 0.91% | 0.57% | - |
| HSV(B) | 311.34º | 0.82% | 0.96% | - |
| XYZ | 49.82 | 25.72 | 61.37 | - |
| YUV | 122.68 | 175.59 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 207 | 0 | 0.82 | 0.16 | 0.04 | 311.34 | 0.91 | 0.57 |
| Hex | F5 | 2C | CF | 0 | 52 | 10 | 4 | 137 | 5B | 39 |
| Octal | 365 | 54 | 317 | 0 | 122 | 20 | 4 | 467 | 133 | 71 |
| Binary | 11110101 | 101100 | 11001111 | 0 | 1010010 | 10000 | 100 | 100110111 | 1011011 | 111001 |
Color Harmonies of #F52CCF
Complementary color
Monochromatic Colors of #F52CCF
Black with #F52CCF
Text Example
Text Example
White with #F52CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CCF; }
p { color: rgb(245,44,207); }
H1.HeaderClassName
{
color: #F52CCF;
}
.AnyTagClassName
{
color: #F52CCF;
}
</style>
background-color css
<style>
a { background-color: #F52CCF; }
a { background-color: rgb(245,44,207); }
div.DivClassName
{
background-color: #F52CCF;
}
.BgClassName
{
background-color: #F52CCF;
}
</style>
border-color css
<style>
span { border-color: #F52CCF; }
span { border-color: rgb(245,44,207); }
td.TdClassName
{
border-color: #F52CCF;
}
.TagClassName
{
border-color: #F52CCF;
}
</style>