Shades of Razzle Dazzle Rose #F53BDF
Tints of Razzle Dazzle Rose #F53BDF
RGB
CMYK
RGB Variations
Color information
#F53BDF (or 0xF53BDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and DF. RGB value is (245,59,223). Sum of RGB (Red+Green+Blue) = 245+59+223=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BDF is #0AC420. Grayscale: #848484. Windows color (decimal): -705569 or 14629877. OLE color: 14629877.
HSL color Cylindrical-coordinate representation of color #F53BDF: hue angle of 307.1º 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 #F53BDF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 223 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 307.1º | 0.9% | 0.6% | - |
| HSV(B) | 307.1º | 0.76% | 0.96% | - |
| XYZ | 52.54 | 27.87 | 72.42 | - |
| YUV | 133.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 223 | 0 | 0.76 | 0.09 | 0.04 | 307.1 | 0.9 | 0.6 |
| Hex | F5 | 3B | DF | 0 | 4C | 9 | 4 | 133 | 5A | 3C |
| Octal | 365 | 73 | 337 | 0 | 114 | 11 | 4 | 463 | 132 | 74 |
| Binary | 11110101 | 111011 | 11011111 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011010 | 111100 |
Color Harmonies of #F53BDF
Complementary color
Monochromatic Colors of #F53BDF
Black with #F53BDF
Text Example
Text Example
White with #F53BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BDF; }
p { color: rgb(245,59,223); }
H1.HeaderClassName
{
color: #F53BDF;
}
.AnyTagClassName
{
color: #F53BDF;
}
</style>
background-color css
<style>
a { background-color: #F53BDF; }
a { background-color: rgb(245,59,223); }
div.DivClassName
{
background-color: #F53BDF;
}
.BgClassName
{
background-color: #F53BDF;
}
</style>
border-color css
<style>
span { border-color: #F53BDF; }
span { border-color: rgb(245,59,223); }
td.TdClassName
{
border-color: #F53BDF;
}
.TagClassName
{
border-color: #F53BDF;
}
</style>