Shades of Razzle Dazzle Rose #F520D1
Tints of Razzle Dazzle Rose #F520D1
RGB
CMYK
RGB Variations
Color information
#F520D1 (or 0xF520D1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and D1. RGB value is (245,32,209). Sum of RGB (Red+Green+Blue) = 245+32+209=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F520D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520D1 is #0ADF2E. Grayscale: #737373. Windows color (decimal): -712495 or 13705461. OLE color: 13705461.
HSL color Cylindrical-coordinate representation of color #F520D1: hue angle of 310.14º 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 #F520D1 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 209 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.04 |
| HSL | 310.14º | 0.91% | 0.54% | - |
| HSV(B) | 310.14º | 0.87% | 0.96% | - |
| XYZ | 49.68 | 25.05 | 62.54 | - |
| YUV | 115.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 209 | 0 | 0.87 | 0.15 | 0.04 | 310.14 | 0.91 | 0.54 |
| Hex | F5 | 20 | D1 | 0 | 57 | F | 4 | 136 | 5B | 36 |
| Octal | 365 | 40 | 321 | 0 | 127 | 17 | 4 | 466 | 133 | 66 |
| Binary | 11110101 | 100000 | 11010001 | 0 | 1010111 | 1111 | 100 | 100110110 | 1011011 | 110110 |
Color Harmonies of #F520D1
Complementary color
Monochromatic Colors of #F520D1
Black with #F520D1
Text Example
Text Example
White with #F520D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520D1; }
p { color: rgb(245,32,209); }
H1.HeaderClassName
{
color: #F520D1;
}
.AnyTagClassName
{
color: #F520D1;
}
</style>
background-color css
<style>
a { background-color: #F520D1; }
a { background-color: rgb(245,32,209); }
div.DivClassName
{
background-color: #F520D1;
}
.BgClassName
{
background-color: #F520D1;
}
</style>
border-color css
<style>
span { border-color: #F520D1; }
span { border-color: rgb(245,32,209); }
td.TdClassName
{
border-color: #F520D1;
}
.TagClassName
{
border-color: #F520D1;
}
</style>