Shades of Razzle Dazzle Rose #F526DC
Tints of Razzle Dazzle Rose #F526DC
RGB
CMYK
RGB Variations
Color information
#F526DC (or 0xF526DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 26 and DC. RGB value is (245,38,220). Sum of RGB (Red+Green+Blue) = 245+38+220=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 38 (15.23% from 255 or 7.55% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F526DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F526DC is #0AD923. Grayscale: #787878. Windows color (decimal): -710948 or 14427893. OLE color: 14427893.
HSL color Cylindrical-coordinate representation of color #F526DC: hue angle of 307.25º 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 #F526DC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 220 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.04 |
| HSL | 307.25º | 0.91% | 0.55% | - |
| HSV(B) | 307.25º | 0.84% | 0.96% | - |
| XYZ | 51.27 | 25.97 | 70.02 | - |
| YUV | 120.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 220 | 0 | 0.84 | 0.10 | 0.04 | 307.25 | 0.91 | 0.55 |
| Hex | F5 | 26 | DC | 0 | 54 | A | 4 | 133 | 5B | 37 |
| Octal | 365 | 46 | 334 | 0 | 124 | 12 | 4 | 463 | 133 | 67 |
| Binary | 11110101 | 100110 | 11011100 | 0 | 1010100 | 1010 | 100 | 100110011 | 1011011 | 110111 |
Color Harmonies of #F526DC
Complementary color
Monochromatic Colors of #F526DC
Black with #F526DC
Text Example
Text Example
White with #F526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526DC; }
p { color: rgb(245,38,220); }
H1.HeaderClassName
{
color: #F526DC;
}
.AnyTagClassName
{
color: #F526DC;
}
</style>
background-color css
<style>
a { background-color: #F526DC; }
a { background-color: rgb(245,38,220); }
div.DivClassName
{
background-color: #F526DC;
}
.BgClassName
{
background-color: #F526DC;
}
</style>
border-color css
<style>
span { border-color: #F526DC; }
span { border-color: rgb(245,38,220); }
td.TdClassName
{
border-color: #F526DC;
}
.TagClassName
{
border-color: #F526DC;
}
</style>