Shades of Razzle Dazzle Rose #F531F1
Tints of Razzle Dazzle Rose #F531F1
RGB
CMYK
RGB Variations
Color information
#F531F1 (or 0xF531F1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and F1. RGB value is (245,49,241). Sum of RGB (Red+Green+Blue) = 245+49+241=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 49 (19.53% from 255 or 9.16% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F531F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F531F1 is #0ACE0E. Grayscale: #808080. Windows color (decimal): -708111 or 15806965. OLE color: 15806965.
HSL color Cylindrical-coordinate representation of color #F531F1: hue angle of 301.22º 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 #F531F1 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 241 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.04 |
| HSL | 301.22º | 0.91% | 0.58% | - |
| HSV(B) | 301.22º | 0.8% | 0.96% | - |
| XYZ | 54.63 | 27.96 | 85.74 | - |
| YUV | 129.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 241 | 0 | 0.8 | 0.02 | 0.04 | 301.22 | 0.91 | 0.58 |
| Hex | F5 | 31 | F1 | 0 | 50 | 2 | 4 | 12D | 5B | 3A |
| Octal | 365 | 61 | 361 | 0 | 120 | 2 | 4 | 455 | 133 | 72 |
| Binary | 11110101 | 110001 | 11110001 | 0 | 1010000 | 10 | 100 | 100101101 | 1011011 | 111010 |
Color Harmonies of #F531F1
Complementary color
Monochromatic Colors of #F531F1
Black with #F531F1
Text Example
Text Example
White with #F531F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531F1; }
p { color: rgb(245,49,241); }
H1.HeaderClassName
{
color: #F531F1;
}
.AnyTagClassName
{
color: #F531F1;
}
</style>
background-color css
<style>
a { background-color: #F531F1; }
a { background-color: rgb(245,49,241); }
div.DivClassName
{
background-color: #F531F1;
}
.BgClassName
{
background-color: #F531F1;
}
</style>
border-color css
<style>
span { border-color: #F531F1; }
span { border-color: rgb(245,49,241); }
td.TdClassName
{
border-color: #F531F1;
}
.TagClassName
{
border-color: #F531F1;
}
</style>