Shades of Razzle Dazzle Rose #F53BC1
Tints of Razzle Dazzle Rose #F53BC1
RGB
CMYK
RGB Variations
Color information
#F53BC1 (or 0xF53BC1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and C1. RGB value is (245,59,193). Sum of RGB (Red+Green+Blue) = 245+59+193=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BC1 is #0AC43E. Grayscale: #818181. Windows color (decimal): -705599 or 12663797. OLE color: 12663797.
HSL color Cylindrical-coordinate representation of color #F53BC1: hue angle of 316.77º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53BC1 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 193 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.04 |
| HSL | 316.77º | 0.9% | 0.6% | - |
| HSV(B) | 316.77º | 0.76% | 0.96% | - |
| XYZ | 48.85 | 26.39 | 52.97 | - |
| YUV | 129.89 | 163.62 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 193 | 0 | 0.76 | 0.21 | 0.04 | 316.77 | 0.9 | 0.6 |
| Hex | F5 | 3B | C1 | 0 | 4C | 15 | 4 | 13D | 5A | 3C |
| Octal | 365 | 73 | 301 | 0 | 114 | 25 | 4 | 475 | 132 | 74 |
| Binary | 11110101 | 111011 | 11000001 | 0 | 1001100 | 10101 | 100 | 100111101 | 1011010 | 111100 |
Color Harmonies of #F53BC1
Complementary color
Monochromatic Colors of #F53BC1
Black with #F53BC1
Text Example
Text Example
White with #F53BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BC1; }
p { color: rgb(245,59,193); }
H1.HeaderClassName
{
color: #F53BC1;
}
.AnyTagClassName
{
color: #F53BC1;
}
</style>
background-color css
<style>
a { background-color: #F53BC1; }
a { background-color: rgb(245,59,193); }
div.DivClassName
{
background-color: #F53BC1;
}
.BgClassName
{
background-color: #F53BC1;
}
</style>
border-color css
<style>
span { border-color: #F53BC1; }
span { border-color: rgb(245,59,193); }
td.TdClassName
{
border-color: #F53BC1;
}
.TagClassName
{
border-color: #F53BC1;
}
</style>