Shades of Razzle Dazzle Rose #F52BD2
Tints of Razzle Dazzle Rose #F52BD2
RGB
CMYK
RGB Variations
Color information
#F52BD2 (or 0xF52BD2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2B and D2. RGB value is (245,43,210). Sum of RGB (Red+Green+Blue) = 245+43+210=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F52BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52BD2 is #0AD42D. Grayscale: #797979. Windows color (decimal): -709678 or 13773813. OLE color: 13773813.
HSL color Cylindrical-coordinate representation of color #F52BD2: hue angle of 310.4º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52BD2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 210 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.04 |
| HSL | 310.4º | 0.91% | 0.56% | - |
| HSV(B) | 310.4º | 0.82% | 0.96% | - |
| XYZ | 50.15 | 25.79 | 63.31 | - |
| YUV | 122.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 210 | 0 | 0.82 | 0.14 | 0.04 | 310.4 | 0.91 | 0.56 |
| Hex | F5 | 2B | D2 | 0 | 52 | E | 4 | 136 | 5B | 38 |
| Octal | 365 | 53 | 322 | 0 | 122 | 16 | 4 | 466 | 133 | 70 |
| Binary | 11110101 | 101011 | 11010010 | 0 | 1010010 | 1110 | 100 | 100110110 | 1011011 | 111000 |
Color Harmonies of #F52BD2
Complementary color
Monochromatic Colors of #F52BD2
Black with #F52BD2
Text Example
Text Example
White with #F52BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52BD2; }
p { color: rgb(245,43,210); }
H1.HeaderClassName
{
color: #F52BD2;
}
.AnyTagClassName
{
color: #F52BD2;
}
</style>
background-color css
<style>
a { background-color: #F52BD2; }
a { background-color: rgb(245,43,210); }
div.DivClassName
{
background-color: #F52BD2;
}
.BgClassName
{
background-color: #F52BD2;
}
</style>
border-color css
<style>
span { border-color: #F52BD2; }
span { border-color: rgb(245,43,210); }
td.TdClassName
{
border-color: #F52BD2;
}
.TagClassName
{
border-color: #F52BD2;
}
</style>