Shades of Razzle Dazzle Rose #F538DC
Tints of Razzle Dazzle Rose #F538DC
RGB
CMYK
RGB Variations
Color information
#F538DC (or 0xF538DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and DC. RGB value is (245,56,220). Sum of RGB (Red+Green+Blue) = 245+56+220=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F538DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538DC is #0AC723. Grayscale: #828282. Windows color (decimal): -706340 or 14432501. OLE color: 14432501.
HSL color Cylindrical-coordinate representation of color #F538DC: hue angle of 307.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538DC is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 220 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.04 |
| HSL | 307.94º | 0.9% | 0.59% | - |
| HSV(B) | 307.94º | 0.77% | 0.96% | - |
| XYZ | 51.99 | 27.41 | 70.26 | - |
| YUV | 131.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 220 | 0 | 0.77 | 0.10 | 0.04 | 307.94 | 0.9 | 0.59 |
| Hex | F5 | 38 | DC | 0 | 4D | A | 4 | 134 | 5A | 3B |
| Octal | 365 | 70 | 334 | 0 | 115 | 12 | 4 | 464 | 132 | 73 |
| Binary | 11110101 | 111000 | 11011100 | 0 | 1001101 | 1010 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F538DC
Complementary color
Monochromatic Colors of #F538DC
Black with #F538DC
Text Example
Text Example
White with #F538DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538DC; }
p { color: rgb(245,56,220); }
H1.HeaderClassName
{
color: #F538DC;
}
.AnyTagClassName
{
color: #F538DC;
}
</style>
background-color css
<style>
a { background-color: #F538DC; }
a { background-color: rgb(245,56,220); }
div.DivClassName
{
background-color: #F538DC;
}
.BgClassName
{
background-color: #F538DC;
}
</style>
border-color css
<style>
span { border-color: #F538DC; }
span { border-color: rgb(245,56,220); }
td.TdClassName
{
border-color: #F538DC;
}
.TagClassName
{
border-color: #F538DC;
}
</style>