Shades of Razzle Dazzle Rose #F531BA
Tints of Razzle Dazzle Rose #F531BA
RGB
CMYK
RGB Variations
Color information
#F531BA (or 0xF531BA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and BA. RGB value is (245,49,186). Sum of RGB (Red+Green+Blue) = 245+49+186=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F531BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531BA is #0ACE45. Grayscale: #7A7A7A. Windows color (decimal): -708166 or 12202485. OLE color: 12202485.
HSL color Cylindrical-coordinate representation of color #F531BA: hue angle of 318.06º 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 #F531BA is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 186 | - |
| CMYK | 0 | 0.8 | 0.24 | 0.04 |
| HSL | 318.06º | 0.91% | 0.58% | - |
| HSV(B) | 318.06º | 0.8% | 0.96% | - |
| XYZ | 47.62 | 25.15 | 48.8 | - |
| YUV | 123.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 186 | 0 | 0.8 | 0.24 | 0.04 | 318.06 | 0.91 | 0.58 |
| Hex | F5 | 31 | BA | 0 | 50 | 18 | 4 | 13E | 5B | 3A |
| Octal | 365 | 61 | 272 | 0 | 120 | 30 | 4 | 476 | 133 | 72 |
| Binary | 11110101 | 110001 | 10111010 | 0 | 1010000 | 11000 | 100 | 100111110 | 1011011 | 111010 |
Color Harmonies of #F531BA
Complementary color
Monochromatic Colors of #F531BA
Black with #F531BA
Text Example
Text Example
White with #F531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531BA; }
p { color: rgb(245,49,186); }
H1.HeaderClassName
{
color: #F531BA;
}
.AnyTagClassName
{
color: #F531BA;
}
</style>
background-color css
<style>
a { background-color: #F531BA; }
a { background-color: rgb(245,49,186); }
div.DivClassName
{
background-color: #F531BA;
}
.BgClassName
{
background-color: #F531BA;
}
</style>
border-color css
<style>
span { border-color: #F531BA; }
span { border-color: rgb(245,49,186); }
td.TdClassName
{
border-color: #F531BA;
}
.TagClassName
{
border-color: #F531BA;
}
</style>