Shades of Razzle Dazzle Rose #F536CE
Tints of Razzle Dazzle Rose #F536CE
RGB
CMYK
RGB Variations
Color information
#F536CE (or 0xF536CE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and CE. RGB value is (245,54,206). Sum of RGB (Red+Green+Blue) = 245+54+206=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F536CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536CE is #0AC931. Grayscale: #808080. Windows color (decimal): -706866 or 13514485. OLE color: 13514485.
HSL color Cylindrical-coordinate representation of color #F536CE: hue angle of 312.25º 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 #F536CE is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 206 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.04 |
| HSL | 312.25º | 0.91% | 0.59% | - |
| HSV(B) | 312.25º | 0.78% | 0.96% | - |
| XYZ | 50.12 | 26.51 | 60.87 | - |
| YUV | 128.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 206 | 0 | 0.78 | 0.16 | 0.04 | 312.25 | 0.91 | 0.59 |
| Hex | F5 | 36 | CE | 0 | 4E | 10 | 4 | 138 | 5B | 3B |
| Octal | 365 | 66 | 316 | 0 | 116 | 20 | 4 | 470 | 133 | 73 |
| Binary | 11110101 | 110110 | 11001110 | 0 | 1001110 | 10000 | 100 | 100111000 | 1011011 | 111011 |
Color Harmonies of #F536CE
Complementary color
Monochromatic Colors of #F536CE
Black with #F536CE
Text Example
Text Example
White with #F536CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F536CE; }
p { color: rgb(245,54,206); }
H1.HeaderClassName
{
color: #F536CE;
}
.AnyTagClassName
{
color: #F536CE;
}
</style>
background-color css
<style>
a { background-color: #F536CE; }
a { background-color: rgb(245,54,206); }
div.DivClassName
{
background-color: #F536CE;
}
.BgClassName
{
background-color: #F536CE;
}
</style>
border-color css
<style>
span { border-color: #F536CE; }
span { border-color: rgb(245,54,206); }
td.TdClassName
{
border-color: #F536CE;
}
.TagClassName
{
border-color: #F536CE;
}
</style>