Shades of Razzle Dazzle Rose #F541BC
Tints of Razzle Dazzle Rose #F541BC
RGB
CMYK
RGB Variations
Color information
#F541BC (or 0xF541BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and BC. RGB value is (245,65,188). Sum of RGB (Red+Green+Blue) = 245+65+188=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F541BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541BC is #0ABE43. Grayscale: #848484. Windows color (decimal): -704068 or 12337653. OLE color: 12337653.
HSL color Cylindrical-coordinate representation of color #F541BC: hue angle of 319º 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 #F541BC is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 188 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.04 |
| HSL | 319º | 0.9% | 0.61% | - |
| HSV(B) | 319º | 0.73% | 0.96% | - |
| XYZ | 48.62 | 26.82 | 50.19 | - |
| YUV | 132.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 188 | 0 | 0.73 | 0.23 | 0.04 | 319 | 0.9 | 0.61 |
| Hex | F5 | 41 | BC | 0 | 49 | 17 | 4 | 13F | 5A | 3D |
| Octal | 365 | 101 | 274 | 0 | 111 | 27 | 4 | 477 | 132 | 75 |
| Binary | 11110101 | 1000001 | 10111100 | 0 | 1001001 | 10111 | 100 | 100111111 | 1011010 | 111101 |
Color Harmonies of #F541BC
Complementary color
Monochromatic Colors of #F541BC
Black with #F541BC
Text Example
Text Example
White with #F541BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541BC; }
p { color: rgb(245,65,188); }
H1.HeaderClassName
{
color: #F541BC;
}
.AnyTagClassName
{
color: #F541BC;
}
</style>
background-color css
<style>
a { background-color: #F541BC; }
a { background-color: rgb(245,65,188); }
div.DivClassName
{
background-color: #F541BC;
}
.BgClassName
{
background-color: #F541BC;
}
</style>
border-color css
<style>
span { border-color: #F541BC; }
span { border-color: rgb(245,65,188); }
td.TdClassName
{
border-color: #F541BC;
}
.TagClassName
{
border-color: #F541BC;
}
</style>