Shades of Razzle Dazzle Rose #F53BCB
Tints of Razzle Dazzle Rose #F53BCB
RGB
CMYK
RGB Variations
Color information
#F53BCB (or 0xF53BCB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and CB. RGB value is (245,59,203). Sum of RGB (Red+Green+Blue) = 245+59+203=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BCB is #0AC434. Grayscale: #828282. Windows color (decimal): -705589 or 13319157. OLE color: 13319157.
HSL color Cylindrical-coordinate representation of color #F53BCB: hue angle of 313.55º 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 #F53BCB is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 203 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.55º | 0.9% | 0.6% | - |
| HSV(B) | 313.55º | 0.76% | 0.96% | - |
| XYZ | 50 | 26.85 | 59.05 | - |
| YUV | 131.03 | 168.62 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 203 | 0 | 0.76 | 0.17 | 0.04 | 313.55 | 0.9 | 0.6 |
| Hex | F5 | 3B | CB | 0 | 4C | 11 | 4 | 13A | 5A | 3C |
| Octal | 365 | 73 | 313 | 0 | 114 | 21 | 4 | 472 | 132 | 74 |
| Binary | 11110101 | 111011 | 11001011 | 0 | 1001100 | 10001 | 100 | 100111010 | 1011010 | 111100 |
Color Harmonies of #F53BCB
Complementary color
Monochromatic Colors of #F53BCB
Black with #F53BCB
Text Example
Text Example
White with #F53BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BCB; }
p { color: rgb(245,59,203); }
H1.HeaderClassName
{
color: #F53BCB;
}
.AnyTagClassName
{
color: #F53BCB;
}
</style>
background-color css
<style>
a { background-color: #F53BCB; }
a { background-color: rgb(245,59,203); }
div.DivClassName
{
background-color: #F53BCB;
}
.BgClassName
{
background-color: #F53BCB;
}
</style>
border-color css
<style>
span { border-color: #F53BCB; }
span { border-color: rgb(245,59,203); }
td.TdClassName
{
border-color: #F53BCB;
}
.TagClassName
{
border-color: #F53BCB;
}
</style>