Shades of Razzle Dazzle Rose #F53BEE
Tints of Razzle Dazzle Rose #F53BEE
RGB
CMYK
RGB Variations
Color information
#F53BEE (or 0xF53BEE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and EE. RGB value is (245,59,238). Sum of RGB (Red+Green+Blue) = 245+59+238=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 59 (23.44% from 255 or 10.89% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BEE is #0AC411. Grayscale: #868686. Windows color (decimal): -705554 or 15612917. OLE color: 15612917.
HSL color Cylindrical-coordinate representation of color #F53BEE: hue angle of 302.26º 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 #F53BEE is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 238 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.04 |
| HSL | 302.26º | 0.9% | 0.6% | - |
| HSV(B) | 302.26º | 0.76% | 0.96% | - |
| XYZ | 54.65 | 28.71 | 83.55 | - |
| YUV | 135.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 238 | 0 | 0.76 | 0.03 | 0.04 | 302.26 | 0.9 | 0.6 |
| Hex | F5 | 3B | EE | 0 | 4C | 3 | 4 | 12E | 5A | 3C |
| Octal | 365 | 73 | 356 | 0 | 114 | 3 | 4 | 456 | 132 | 74 |
| Binary | 11110101 | 111011 | 11101110 | 0 | 1001100 | 11 | 100 | 100101110 | 1011010 | 111100 |
Color Harmonies of #F53BEE
Complementary color
Monochromatic Colors of #F53BEE
Black with #F53BEE
Text Example
Text Example
White with #F53BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BEE; }
p { color: rgb(245,59,238); }
H1.HeaderClassName
{
color: #F53BEE;
}
.AnyTagClassName
{
color: #F53BEE;
}
</style>
background-color css
<style>
a { background-color: #F53BEE; }
a { background-color: rgb(245,59,238); }
div.DivClassName
{
background-color: #F53BEE;
}
.BgClassName
{
background-color: #F53BEE;
}
</style>
border-color css
<style>
span { border-color: #F53BEE; }
span { border-color: rgb(245,59,238); }
td.TdClassName
{
border-color: #F53BEE;
}
.TagClassName
{
border-color: #F53BEE;
}
</style>