Shades of Razzle Dazzle Rose #F52BDB
Tints of Razzle Dazzle Rose #F52BDB
RGB
CMYK
RGB Variations
Color information
#F52BDB (or 0xF52BDB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2B and DB. RGB value is (245,43,219). Sum of RGB (Red+Green+Blue) = 245+43+219=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F52BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52BDB is #0AD424. Grayscale: #7A7A7A. Windows color (decimal): -709669 or 14363637. OLE color: 14363637.
HSL color Cylindrical-coordinate representation of color #F52BDB: hue angle of 307.72º 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 #F52BDB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 219 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.04 |
| HSL | 307.72º | 0.91% | 0.56% | - |
| HSV(B) | 307.72º | 0.82% | 0.96% | - |
| XYZ | 51.31 | 26.25 | 69.38 | - |
| YUV | 123.46 | 181.92 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 219 | 0 | 0.82 | 0.11 | 0.04 | 307.72 | 0.91 | 0.56 |
| Hex | F5 | 2B | DB | 0 | 52 | B | 4 | 134 | 5B | 38 |
| Octal | 365 | 53 | 333 | 0 | 122 | 13 | 4 | 464 | 133 | 70 |
| Binary | 11110101 | 101011 | 11011011 | 0 | 1010010 | 1011 | 100 | 100110100 | 1011011 | 111000 |
Color Harmonies of #F52BDB
Complementary color
Monochromatic Colors of #F52BDB
Black with #F52BDB
Text Example
Text Example
White with #F52BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52BDB; }
p { color: rgb(245,43,219); }
H1.HeaderClassName
{
color: #F52BDB;
}
.AnyTagClassName
{
color: #F52BDB;
}
</style>
background-color css
<style>
a { background-color: #F52BDB; }
a { background-color: rgb(245,43,219); }
div.DivClassName
{
background-color: #F52BDB;
}
.BgClassName
{
background-color: #F52BDB;
}
</style>
border-color css
<style>
span { border-color: #F52BDB; }
span { border-color: rgb(245,43,219); }
td.TdClassName
{
border-color: #F52BDB;
}
.TagClassName
{
border-color: #F52BDB;
}
</style>