Shades of Razzle Dazzle Rose #F541CF
Tints of Razzle Dazzle Rose #F541CF
RGB
CMYK
RGB Variations
Color information
#F541CF (or 0xF541CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and CF. RGB value is (245,65,207). Sum of RGB (Red+Green+Blue) = 245+65+207=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F541CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541CF is #0ABE30. Grayscale: #868686. Windows color (decimal): -704049 or 13582837. OLE color: 13582837.
HSL color Cylindrical-coordinate representation of color #F541CF: hue angle of 312.67º 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 #F541CF is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 207 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.04 |
| HSL | 312.67º | 0.9% | 0.61% | - |
| HSV(B) | 312.67º | 0.73% | 0.96% | - |
| XYZ | 50.81 | 27.7 | 61.7 | - |
| YUV | 135.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 207 | 0 | 0.73 | 0.16 | 0.04 | 312.67 | 0.9 | 0.61 |
| Hex | F5 | 41 | CF | 0 | 49 | 10 | 4 | 139 | 5A | 3D |
| Octal | 365 | 101 | 317 | 0 | 111 | 20 | 4 | 471 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11001111 | 0 | 1001001 | 10000 | 100 | 100111001 | 1011010 | 111101 |
Color Harmonies of #F541CF
Complementary color
Monochromatic Colors of #F541CF
Black with #F541CF
Text Example
Text Example
White with #F541CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541CF; }
p { color: rgb(245,65,207); }
H1.HeaderClassName
{
color: #F541CF;
}
.AnyTagClassName
{
color: #F541CF;
}
</style>
background-color css
<style>
a { background-color: #F541CF; }
a { background-color: rgb(245,65,207); }
div.DivClassName
{
background-color: #F541CF;
}
.BgClassName
{
background-color: #F541CF;
}
</style>
border-color css
<style>
span { border-color: #F541CF; }
span { border-color: rgb(245,65,207); }
td.TdClassName
{
border-color: #F541CF;
}
.TagClassName
{
border-color: #F541CF;
}
</style>