Shades of Razzle Dazzle Rose #F520D0
Tints of Razzle Dazzle Rose #F520D0
RGB
CMYK
RGB Variations
Color information
#F520D0 (or 0xF520D0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and D0. RGB value is (245,32,208). Sum of RGB (Red+Green+Blue) = 245+32+208=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F520D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520D0 is #0ADF2F. Grayscale: #737373. Windows color (decimal): -712496 or 13639925. OLE color: 13639925.
HSL color Cylindrical-coordinate representation of color #F520D0: hue angle of 310.42º 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 #F520D0 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 208 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.04 |
| HSL | 310.42º | 0.91% | 0.54% | - |
| HSV(B) | 310.42º | 0.87% | 0.96% | - |
| XYZ | 49.56 | 25 | 61.89 | - |
| YUV | 115.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 208 | 0 | 0.87 | 0.15 | 0.04 | 310.42 | 0.91 | 0.54 |
| Hex | F5 | 20 | D0 | 0 | 57 | F | 4 | 136 | 5B | 36 |
| Octal | 365 | 40 | 320 | 0 | 127 | 17 | 4 | 466 | 133 | 66 |
| Binary | 11110101 | 100000 | 11010000 | 0 | 1010111 | 1111 | 100 | 100110110 | 1011011 | 110110 |
Color Harmonies of #F520D0
Complementary color
Monochromatic Colors of #F520D0
Black with #F520D0
Text Example
Text Example
White with #F520D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520D0; }
p { color: rgb(245,32,208); }
H1.HeaderClassName
{
color: #F520D0;
}
.AnyTagClassName
{
color: #F520D0;
}
</style>
background-color css
<style>
a { background-color: #F520D0; }
a { background-color: rgb(245,32,208); }
div.DivClassName
{
background-color: #F520D0;
}
.BgClassName
{
background-color: #F520D0;
}
</style>
border-color css
<style>
span { border-color: #F520D0; }
span { border-color: rgb(245,32,208); }
td.TdClassName
{
border-color: #F520D0;
}
.TagClassName
{
border-color: #F520D0;
}
</style>