Shades of Razzle Dazzle Rose #F53CBB
Tints of Razzle Dazzle Rose #F53CBB
RGB
CMYK
RGB Variations
Color information
#F53CBB (or 0xF53CBB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and BB. RGB value is (245,60,187). Sum of RGB (Red+Green+Blue) = 245+60+187=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CBB is #0AC344. Grayscale: #818181. Windows color (decimal): -705349 or 12270837. OLE color: 12270837.
HSL color Cylindrical-coordinate representation of color #F53CBB: hue angle of 318.81º 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 #F53CBB is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 187 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.04 |
| HSL | 318.81º | 0.9% | 0.6% | - |
| HSV(B) | 318.81º | 0.76% | 0.96% | - |
| XYZ | 48.24 | 26.23 | 49.53 | - |
| YUV | 129.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 187 | 0 | 0.76 | 0.24 | 0.04 | 318.81 | 0.9 | 0.6 |
| Hex | F5 | 3C | BB | 0 | 4C | 18 | 4 | 13F | 5A | 3C |
| Octal | 365 | 74 | 273 | 0 | 114 | 30 | 4 | 477 | 132 | 74 |
| Binary | 11110101 | 111100 | 10111011 | 0 | 1001100 | 11000 | 100 | 100111111 | 1011010 | 111100 |
Color Harmonies of #F53CBB
Complementary color
Monochromatic Colors of #F53CBB
Black with #F53CBB
Text Example
Text Example
White with #F53CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CBB; }
p { color: rgb(245,60,187); }
H1.HeaderClassName
{
color: #F53CBB;
}
.AnyTagClassName
{
color: #F53CBB;
}
</style>
background-color css
<style>
a { background-color: #F53CBB; }
a { background-color: rgb(245,60,187); }
div.DivClassName
{
background-color: #F53CBB;
}
.BgClassName
{
background-color: #F53CBB;
}
</style>
border-color css
<style>
span { border-color: #F53CBB; }
span { border-color: rgb(245,60,187); }
td.TdClassName
{
border-color: #F53CBB;
}
.TagClassName
{
border-color: #F53CBB;
}
</style>