Shades of Razzle Dazzle Rose #F520CD
Tints of Razzle Dazzle Rose #F520CD
RGB
CMYK
RGB Variations
Color information
#F520CD (or 0xF520CD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and CD. RGB value is (245,32,205). Sum of RGB (Red+Green+Blue) = 245+32+205=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F520CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520CD is #0ADF32. Grayscale: #727272. Windows color (decimal): -712499 or 13443317. OLE color: 13443317.
HSL color Cylindrical-coordinate representation of color #F520CD: hue angle of 311.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520CD is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 205 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.04 |
| HSL | 311.27º | 0.91% | 0.54% | - |
| HSV(B) | 311.27º | 0.87% | 0.96% | - |
| XYZ | 49.19 | 24.85 | 59.96 | - |
| YUV | 115.41 | 178.57 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 205 | 0 | 0.87 | 0.16 | 0.04 | 311.27 | 0.91 | 0.54 |
| Hex | F5 | 20 | CD | 0 | 57 | 10 | 4 | 137 | 5B | 36 |
| Octal | 365 | 40 | 315 | 0 | 127 | 20 | 4 | 467 | 133 | 66 |
| Binary | 11110101 | 100000 | 11001101 | 0 | 1010111 | 10000 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F520CD
Complementary color
Monochromatic Colors of #F520CD
Black with #F520CD
Text Example
Text Example
White with #F520CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520CD; }
p { color: rgb(245,32,205); }
H1.HeaderClassName
{
color: #F520CD;
}
.AnyTagClassName
{
color: #F520CD;
}
</style>
background-color css
<style>
a { background-color: #F520CD; }
a { background-color: rgb(245,32,205); }
div.DivClassName
{
background-color: #F520CD;
}
.BgClassName
{
background-color: #F520CD;
}
</style>
border-color css
<style>
span { border-color: #F520CD; }
span { border-color: rgb(245,32,205); }
td.TdClassName
{
border-color: #F520CD;
}
.TagClassName
{
border-color: #F520CD;
}
</style>