Shades of Razzle Dazzle Rose #F53BF2
Tints of Razzle Dazzle Rose #F53BF2
RGB
CMYK
RGB Variations
Color information
#F53BF2 (or 0xF53BF2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and F2. RGB value is (245,59,242). Sum of RGB (Red+Green+Blue) = 245+59+242=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 59 (23.44% from 255 or 10.81% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BF2 is #0AC40D. Grayscale: #868686. Windows color (decimal): -705550 or 15875061. OLE color: 15875061.
HSL color Cylindrical-coordinate representation of color #F53BF2: hue angle of 300.97º 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 #F53BF2 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 242 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.04 |
| HSL | 300.97º | 0.9% | 0.6% | - |
| HSV(B) | 300.97º | 0.76% | 0.96% | - |
| XYZ | 55.25 | 28.95 | 86.68 | - |
| YUV | 135.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 242 | 0 | 0.76 | 0.01 | 0.04 | 300.97 | 0.9 | 0.6 |
| Hex | F5 | 3B | F2 | 0 | 4C | 1 | 4 | 12D | 5A | 3C |
| Octal | 365 | 73 | 362 | 0 | 114 | 1 | 4 | 455 | 132 | 74 |
| Binary | 11110101 | 111011 | 11110010 | 0 | 1001100 | 1 | 100 | 100101101 | 1011010 | 111100 |
Color Harmonies of #F53BF2
Complementary color
Monochromatic Colors of #F53BF2
Black with #F53BF2
Text Example
Text Example
White with #F53BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BF2; }
p { color: rgb(245,59,242); }
H1.HeaderClassName
{
color: #F53BF2;
}
.AnyTagClassName
{
color: #F53BF2;
}
</style>
background-color css
<style>
a { background-color: #F53BF2; }
a { background-color: rgb(245,59,242); }
div.DivClassName
{
background-color: #F53BF2;
}
.BgClassName
{
background-color: #F53BF2;
}
</style>
border-color css
<style>
span { border-color: #F53BF2; }
span { border-color: rgb(245,59,242); }
td.TdClassName
{
border-color: #F53BF2;
}
.TagClassName
{
border-color: #F53BF2;
}
</style>