Shades of Razzle Dazzle Rose #F531BC
Tints of Razzle Dazzle Rose #F531BC
RGB
CMYK
RGB Variations
Color information
#F531BC (or 0xF531BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and BC. RGB value is (245,49,188). Sum of RGB (Red+Green+Blue) = 245+49+188=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F531BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531BC is #0ACE43. Grayscale: #7B7B7B. Windows color (decimal): -708164 or 12333557. OLE color: 12333557.
HSL color Cylindrical-coordinate representation of color #F531BC: hue angle of 317.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531BC is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 188 | - |
| CMYK | 0 | 0.8 | 0.23 | 0.04 |
| HSL | 317.45º | 0.91% | 0.58% | - |
| HSV(B) | 317.45º | 0.8% | 0.96% | - |
| XYZ | 47.83 | 25.24 | 49.93 | - |
| YUV | 123.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 188 | 0 | 0.8 | 0.23 | 0.04 | 317.45 | 0.91 | 0.58 |
| Hex | F5 | 31 | BC | 0 | 50 | 17 | 4 | 13D | 5B | 3A |
| Octal | 365 | 61 | 274 | 0 | 120 | 27 | 4 | 475 | 133 | 72 |
| Binary | 11110101 | 110001 | 10111100 | 0 | 1010000 | 10111 | 100 | 100111101 | 1011011 | 111010 |
Color Harmonies of #F531BC
Complementary color
Monochromatic Colors of #F531BC
Black with #F531BC
Text Example
Text Example
White with #F531BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531BC; }
p { color: rgb(245,49,188); }
H1.HeaderClassName
{
color: #F531BC;
}
.AnyTagClassName
{
color: #F531BC;
}
</style>
background-color css
<style>
a { background-color: #F531BC; }
a { background-color: rgb(245,49,188); }
div.DivClassName
{
background-color: #F531BC;
}
.BgClassName
{
background-color: #F531BC;
}
</style>
border-color css
<style>
span { border-color: #F531BC; }
span { border-color: rgb(245,49,188); }
td.TdClassName
{
border-color: #F531BC;
}
.TagClassName
{
border-color: #F531BC;
}
</style>