Shades of Razzle Dazzle Rose #F526DB
Tints of Razzle Dazzle Rose #F526DB
RGB
CMYK
RGB Variations
Color information
#F526DB (or 0xF526DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 26 and DB. RGB value is (245,38,219). Sum of RGB (Red+Green+Blue) = 245+38+219=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F526DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F526DB is #0AD924. Grayscale: #787878. Windows color (decimal): -710949 or 14362357. OLE color: 14362357.
HSL color Cylindrical-coordinate representation of color #F526DB: hue angle of 307.54º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526DB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 219 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.04 |
| HSL | 307.54º | 0.91% | 0.55% | - |
| HSV(B) | 307.54º | 0.84% | 0.96% | - |
| XYZ | 51.14 | 25.91 | 69.32 | - |
| YUV | 120.53 | 183.58 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 219 | 0 | 0.84 | 0.11 | 0.04 | 307.54 | 0.91 | 0.55 |
| Hex | F5 | 26 | DB | 0 | 54 | B | 4 | 134 | 5B | 37 |
| Octal | 365 | 46 | 333 | 0 | 124 | 13 | 4 | 464 | 133 | 67 |
| Binary | 11110101 | 100110 | 11011011 | 0 | 1010100 | 1011 | 100 | 100110100 | 1011011 | 110111 |
Color Harmonies of #F526DB
Complementary color
Monochromatic Colors of #F526DB
Black with #F526DB
Text Example
Text Example
White with #F526DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526DB; }
p { color: rgb(245,38,219); }
H1.HeaderClassName
{
color: #F526DB;
}
.AnyTagClassName
{
color: #F526DB;
}
</style>
background-color css
<style>
a { background-color: #F526DB; }
a { background-color: rgb(245,38,219); }
div.DivClassName
{
background-color: #F526DB;
}
.BgClassName
{
background-color: #F526DB;
}
</style>
border-color css
<style>
span { border-color: #F526DB; }
span { border-color: rgb(245,38,219); }
td.TdClassName
{
border-color: #F526DB;
}
.TagClassName
{
border-color: #F526DB;
}
</style>