Shades of Razzle Dazzle Rose #F53BBA
Tints of Razzle Dazzle Rose #F53BBA
RGB
CMYK
RGB Variations
Color information
#F53BBA (or 0xF53BBA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and BA. RGB value is (245,59,186). Sum of RGB (Red+Green+Blue) = 245+59+186=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BBA is #0AC445. Grayscale: #808080. Windows color (decimal): -705606 or 12205045. OLE color: 12205045.
HSL color Cylindrical-coordinate representation of color #F53BBA: hue angle of 319.03º 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 #F53BBA is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 186 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.04 |
| HSL | 319.03º | 0.9% | 0.6% | - |
| HSV(B) | 319.03º | 0.76% | 0.96% | - |
| XYZ | 48.08 | 26.09 | 48.96 | - |
| YUV | 129.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 186 | 0 | 0.76 | 0.24 | 0.04 | 319.03 | 0.9 | 0.6 |
| Hex | F5 | 3B | BA | 0 | 4C | 18 | 4 | 13F | 5A | 3C |
| Octal | 365 | 73 | 272 | 0 | 114 | 30 | 4 | 477 | 132 | 74 |
| Binary | 11110101 | 111011 | 10111010 | 0 | 1001100 | 11000 | 100 | 100111111 | 1011010 | 111100 |
Color Harmonies of #F53BBA
Complementary color
Monochromatic Colors of #F53BBA
Black with #F53BBA
Text Example
Text Example
White with #F53BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BBA; }
p { color: rgb(245,59,186); }
H1.HeaderClassName
{
color: #F53BBA;
}
.AnyTagClassName
{
color: #F53BBA;
}
</style>
background-color css
<style>
a { background-color: #F53BBA; }
a { background-color: rgb(245,59,186); }
div.DivClassName
{
background-color: #F53BBA;
}
.BgClassName
{
background-color: #F53BBA;
}
</style>
border-color css
<style>
span { border-color: #F53BBA; }
span { border-color: rgb(245,59,186); }
td.TdClassName
{
border-color: #F53BBA;
}
.TagClassName
{
border-color: #F53BBA;
}
</style>