Shades of Razzle Dazzle Rose #F52DBB
Tints of Razzle Dazzle Rose #F52DBB
RGB
CMYK
RGB Variations
Color information
#F52DBB (or 0xF52DBB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2D and BB. RGB value is (245,45,187). Sum of RGB (Red+Green+Blue) = 245+45+187=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52DBB is #0AD244. Grayscale: #787878. Windows color (decimal): -709189 or 12266997. OLE color: 12266997.
HSL color Cylindrical-coordinate representation of color #F52DBB: hue angle of 317.4º 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 #F52DBB is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 187 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.04 |
| HSL | 317.4º | 0.91% | 0.57% | - |
| HSV(B) | 317.4º | 0.82% | 0.96% | - |
| XYZ | 47.56 | 24.88 | 49.31 | - |
| YUV | 120.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 187 | 0 | 0.82 | 0.24 | 0.04 | 317.4 | 0.91 | 0.57 |
| Hex | F5 | 2D | BB | 0 | 52 | 18 | 4 | 13D | 5B | 39 |
| Octal | 365 | 55 | 273 | 0 | 122 | 30 | 4 | 475 | 133 | 71 |
| Binary | 11110101 | 101101 | 10111011 | 0 | 1010010 | 11000 | 100 | 100111101 | 1011011 | 111001 |
Color Harmonies of #F52DBB
Complementary color
Monochromatic Colors of #F52DBB
Black with #F52DBB
Text Example
Text Example
White with #F52DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52DBB; }
p { color: rgb(245,45,187); }
H1.HeaderClassName
{
color: #F52DBB;
}
.AnyTagClassName
{
color: #F52DBB;
}
</style>
background-color css
<style>
a { background-color: #F52DBB; }
a { background-color: rgb(245,45,187); }
div.DivClassName
{
background-color: #F52DBB;
}
.BgClassName
{
background-color: #F52DBB;
}
</style>
border-color css
<style>
span { border-color: #F52DBB; }
span { border-color: rgb(245,45,187); }
td.TdClassName
{
border-color: #F52DBB;
}
.TagClassName
{
border-color: #F52DBB;
}
</style>