Shades of Razzle Dazzle Rose #F93BC0
Tints of Razzle Dazzle Rose #F93BC0
RGB
CMYK
RGB Variations
Color information
#F93BC0 (or 0xF93BC0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and C0. RGB value is (249,59,192). Sum of RGB (Red+Green+Blue) = 249+59+192=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BC0 is #06C43F. Grayscale: #828282. Windows color (decimal): -443456 or 12598265. OLE color: 12598265.
HSL color Cylindrical-coordinate representation of color #F93BC0: hue angle of 318º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93BC0 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 192 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.02 |
| HSL | 318º | 0.94% | 0.6% | - |
| HSV(B) | 318º | 0.76% | 0.98% | - |
| XYZ | 50.15 | 27.07 | 52.45 | - |
| YUV | 130.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 192 | 0 | 0.76 | 0.23 | 0.02 | 318 | 0.94 | 0.6 |
| Hex | F9 | 3B | C0 | 0 | 4C | 17 | 2 | 13E | 5E | 3C |
| Octal | 371 | 73 | 300 | 0 | 114 | 27 | 2 | 476 | 136 | 74 |
| Binary | 11111001 | 111011 | 11000000 | 0 | 1001100 | 10111 | 10 | 100111110 | 1011110 | 111100 |
Color Harmonies of #F93BC0
Complementary color
Monochromatic Colors of #F93BC0
Black with #F93BC0
Text Example
Text Example
White with #F93BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BC0; }
p { color: rgb(249,59,192); }
H1.HeaderClassName
{
color: #F93BC0;
}
.AnyTagClassName
{
color: #F93BC0;
}
</style>
background-color css
<style>
a { background-color: #F93BC0; }
a { background-color: rgb(249,59,192); }
div.DivClassName
{
background-color: #F93BC0;
}
.BgClassName
{
background-color: #F93BC0;
}
</style>
border-color css
<style>
span { border-color: #F93BC0; }
span { border-color: rgb(249,59,192); }
td.TdClassName
{
border-color: #F93BC0;
}
.TagClassName
{
border-color: #F93BC0;
}
</style>