Shades of Razzle Dazzle Rose #F931F0
Tints of Razzle Dazzle Rose #F931F0
RGB
CMYK
RGB Variations
Color information
#F931F0 (or 0xF931F0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and F0. RGB value is (249,49,240). Sum of RGB (Red+Green+Blue) = 249+49+240=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 49 (19.53% from 255 or 9.11% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F931F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F931F0 is #06CE0F. Grayscale: #828282. Windows color (decimal): -445968 or 15741433. OLE color: 15741433.
HSL color Cylindrical-coordinate representation of color #F931F0: hue angle of 302.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F931F0 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 240 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.02 |
| HSL | 302.7º | 0.94% | 0.58% | - |
| HSV(B) | 302.7º | 0.8% | 0.98% | - |
| XYZ | 55.89 | 28.63 | 85.02 | - |
| YUV | 130.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 240 | 0 | 0.80 | 0.04 | 0.02 | 302.7 | 0.94 | 0.58 |
| Hex | F9 | 31 | F0 | 0 | 50 | 4 | 2 | 12F | 5E | 3A |
| Octal | 371 | 61 | 360 | 0 | 120 | 4 | 2 | 457 | 136 | 72 |
| Binary | 11111001 | 110001 | 11110000 | 0 | 1010000 | 100 | 10 | 100101111 | 1011110 | 111010 |
Color Harmonies of #F931F0
Complementary color
Monochromatic Colors of #F931F0
Black with #F931F0
Text Example
Text Example
White with #F931F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931F0; }
p { color: rgb(249,49,240); }
H1.HeaderClassName
{
color: #F931F0;
}
.AnyTagClassName
{
color: #F931F0;
}
</style>
background-color css
<style>
a { background-color: #F931F0; }
a { background-color: rgb(249,49,240); }
div.DivClassName
{
background-color: #F931F0;
}
.BgClassName
{
background-color: #F931F0;
}
</style>
border-color css
<style>
span { border-color: #F931F0; }
span { border-color: rgb(249,49,240); }
td.TdClassName
{
border-color: #F931F0;
}
.TagClassName
{
border-color: #F931F0;
}
</style>