Shades of Razzle Dazzle Rose #F031F1
Tints of Razzle Dazzle Rose #F031F1
RGB
CMYK
RGB Variations
Color information
#F031F1 (or 0xF031F1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and F1. RGB value is (240,49,241). Sum of RGB (Red+Green+Blue) = 240+49+241=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 49 (19.53% from 255 or 9.25% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #F031F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031F1 is #0FCE0E. Grayscale: #7F7F7F. Windows color (decimal): -1035791 or 15806960. OLE color: 15806960.
HSL color Cylindrical-coordinate representation of color #F031F1: hue angle of 299.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031F1 is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 49 | 241 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.05 |
| HSL | 299.69º | 0.87% | 0.57% | - |
| HSV(B) | 299.69º | 0.8% | 0.95% | - |
| XYZ | 52.91 | 27.07 | 85.66 | - |
| YUV | 128 | 191.78 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 241 | 0.00 | 0.80 | 0 | 0.05 | 299.69 | 0.87 | 0.57 |
| Hex | F0 | 31 | F1 | 0 | 50 | 0 | 5 | 12C | 57 | 39 |
| Octal | 360 | 61 | 361 | 0 | 120 | 0 | 5 | 454 | 127 | 71 |
| Binary | 11110000 | 110001 | 11110001 | 0 | 1010000 | 0 | 101 | 100101100 | 1010111 | 111001 |
Color Harmonies of #F031F1
Complementary color
Monochromatic Colors of #F031F1
Black with #F031F1
Text Example
Text Example
White with #F031F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031F1; }
p { color: rgb(240,49,241); }
H1.HeaderClassName
{
color: #F031F1;
}
.AnyTagClassName
{
color: #F031F1;
}
</style>
background-color css
<style>
a { background-color: #F031F1; }
a { background-color: rgb(240,49,241); }
div.DivClassName
{
background-color: #F031F1;
}
.BgClassName
{
background-color: #F031F1;
}
</style>
border-color css
<style>
span { border-color: #F031F1; }
span { border-color: rgb(240,49,241); }
td.TdClassName
{
border-color: #F031F1;
}
.TagClassName
{
border-color: #F031F1;
}
</style>