Shades of Razzle Dazzle Rose #F536D1
Tints of Razzle Dazzle Rose #F536D1
RGB
CMYK
RGB Variations
Color information
#F536D1 (or 0xF536D1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and D1. RGB value is (245,54,209). Sum of RGB (Red+Green+Blue) = 245+54+209=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 54 (21.48% from 255 or 10.63% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F536D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536D1 is #0AC92E. Grayscale: #808080. Windows color (decimal): -706863 or 13711093. OLE color: 13711093.
HSL color Cylindrical-coordinate representation of color #F536D1: hue angle of 311.31º 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 #F536D1 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 209 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.04 |
| HSL | 311.31º | 0.91% | 0.59% | - |
| HSV(B) | 311.31º | 0.78% | 0.96% | - |
| XYZ | 50.48 | 26.65 | 62.81 | - |
| YUV | 128.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 209 | 0 | 0.78 | 0.15 | 0.04 | 311.31 | 0.91 | 0.59 |
| Hex | F5 | 36 | D1 | 0 | 4E | F | 4 | 137 | 5B | 3B |
| Octal | 365 | 66 | 321 | 0 | 116 | 17 | 4 | 467 | 133 | 73 |
| Binary | 11110101 | 110110 | 11010001 | 0 | 1001110 | 1111 | 100 | 100110111 | 1011011 | 111011 |
Color Harmonies of #F536D1
Complementary color
Monochromatic Colors of #F536D1
Black with #F536D1
Text Example
Text Example
White with #F536D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F536D1; }
p { color: rgb(245,54,209); }
H1.HeaderClassName
{
color: #F536D1;
}
.AnyTagClassName
{
color: #F536D1;
}
</style>
background-color css
<style>
a { background-color: #F536D1; }
a { background-color: rgb(245,54,209); }
div.DivClassName
{
background-color: #F536D1;
}
.BgClassName
{
background-color: #F536D1;
}
</style>
border-color css
<style>
span { border-color: #F536D1; }
span { border-color: rgb(245,54,209); }
td.TdClassName
{
border-color: #F536D1;
}
.TagClassName
{
border-color: #F536D1;
}
</style>