Shades of Razzle Dazzle Rose #F541CE
Tints of Razzle Dazzle Rose #F541CE
RGB
CMYK
RGB Variations
Color information
#F541CE (or 0xF541CE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and CE. RGB value is (245,65,206). Sum of RGB (Red+Green+Blue) = 245+65+206=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F541CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541CE is #0ABE31. Grayscale: #868686. Windows color (decimal): -704050 or 13517301. OLE color: 13517301.
HSL color Cylindrical-coordinate representation of color #F541CE: hue angle of 313º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541CE is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 206 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.04 |
| HSL | 313º | 0.9% | 0.61% | - |
| HSV(B) | 313º | 0.73% | 0.96% | - |
| XYZ | 50.69 | 27.65 | 61.06 | - |
| YUV | 134.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 206 | 0 | 0.73 | 0.16 | 0.04 | 313 | 0.9 | 0.61 |
| Hex | F5 | 41 | CE | 0 | 49 | 10 | 4 | 139 | 5A | 3D |
| Octal | 365 | 101 | 316 | 0 | 111 | 20 | 4 | 471 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11001110 | 0 | 1001001 | 10000 | 100 | 100111001 | 1011010 | 111101 |
Color Harmonies of #F541CE
Complementary color
Monochromatic Colors of #F541CE
Black with #F541CE
Text Example
Text Example
White with #F541CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541CE; }
p { color: rgb(245,65,206); }
H1.HeaderClassName
{
color: #F541CE;
}
.AnyTagClassName
{
color: #F541CE;
}
</style>
background-color css
<style>
a { background-color: #F541CE; }
a { background-color: rgb(245,65,206); }
div.DivClassName
{
background-color: #F541CE;
}
.BgClassName
{
background-color: #F541CE;
}
</style>
border-color css
<style>
span { border-color: #F541CE; }
span { border-color: rgb(245,65,206); }
td.TdClassName
{
border-color: #F541CE;
}
.TagClassName
{
border-color: #F541CE;
}
</style>