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