Shades of Razzle Dazzle Rose #F530BC
Tints of Razzle Dazzle Rose #F530BC
RGB
CMYK
RGB Variations
Color information
#F530BC (or 0xF530BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and BC. RGB value is (245,48,188). Sum of RGB (Red+Green+Blue) = 245+48+188=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F530BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530BC is #0ACF43. Grayscale: #7A7A7A. Windows color (decimal): -708420 or 12333301. OLE color: 12333301.
HSL color Cylindrical-coordinate representation of color #F530BC: hue angle of 317.36º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530BC is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 188 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.04 |
| HSL | 317.36º | 0.91% | 0.57% | - |
| HSV(B) | 317.36º | 0.8% | 0.96% | - |
| XYZ | 47.79 | 25.16 | 49.91 | - |
| YUV | 122.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 188 | 0 | 0.80 | 0.23 | 0.04 | 317.36 | 0.91 | 0.57 |
| Hex | F5 | 30 | BC | 0 | 50 | 17 | 4 | 13D | 5B | 39 |
| Octal | 365 | 60 | 274 | 0 | 120 | 27 | 4 | 475 | 133 | 71 |
| Binary | 11110101 | 110000 | 10111100 | 0 | 1010000 | 10111 | 100 | 100111101 | 1011011 | 111001 |
Color Harmonies of #F530BC
Complementary color
Monochromatic Colors of #F530BC
Black with #F530BC
Text Example
Text Example
White with #F530BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F530BC; }
p { color: rgb(245,48,188); }
H1.HeaderClassName
{
color: #F530BC;
}
.AnyTagClassName
{
color: #F530BC;
}
</style>
background-color css
<style>
a { background-color: #F530BC; }
a { background-color: rgb(245,48,188); }
div.DivClassName
{
background-color: #F530BC;
}
.BgClassName
{
background-color: #F530BC;
}
</style>
border-color css
<style>
span { border-color: #F530BC; }
span { border-color: rgb(245,48,188); }
td.TdClassName
{
border-color: #F530BC;
}
.TagClassName
{
border-color: #F530BC;
}
</style>