Shades of Razzle Dazzle Rose #F536D4
Tints of Razzle Dazzle Rose #F536D4
RGB
CMYK
RGB Variations
Color information
#F536D4 (or 0xF536D4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and D4. RGB value is (245,54,212). Sum of RGB (Red+Green+Blue) = 245+54+212=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F536D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536D4 is #0AC92B. Grayscale: #808080. Windows color (decimal): -706860 or 13907701. OLE color: 13907701.
HSL color Cylindrical-coordinate representation of color #F536D4: hue angle of 310.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F536D4 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 212 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.04 |
| HSL | 310.37º | 0.91% | 0.59% | - |
| HSV(B) | 310.37º | 0.78% | 0.96% | - |
| XYZ | 50.86 | 26.8 | 64.78 | - |
| YUV | 129.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 212 | 0 | 0.78 | 0.13 | 0.04 | 310.37 | 0.91 | 0.59 |
| Hex | F5 | 36 | D4 | 0 | 4E | D | 4 | 136 | 5B | 3B |
| Octal | 365 | 66 | 324 | 0 | 116 | 15 | 4 | 466 | 133 | 73 |
| Binary | 11110101 | 110110 | 11010100 | 0 | 1001110 | 1101 | 100 | 100110110 | 1011011 | 111011 |
Color Harmonies of #F536D4
Complementary color
Monochromatic Colors of #F536D4
Black with #F536D4
Text Example
Text Example
White with #F536D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F536D4; }
p { color: rgb(245,54,212); }
H1.HeaderClassName
{
color: #F536D4;
}
.AnyTagClassName
{
color: #F536D4;
}
</style>
background-color css
<style>
a { background-color: #F536D4; }
a { background-color: rgb(245,54,212); }
div.DivClassName
{
background-color: #F536D4;
}
.BgClassName
{
background-color: #F536D4;
}
</style>
border-color css
<style>
span { border-color: #F536D4; }
span { border-color: rgb(245,54,212); }
td.TdClassName
{
border-color: #F536D4;
}
.TagClassName
{
border-color: #F536D4;
}
</style>