Shades of Razzle Dazzle Rose #F131D3
Tints of Razzle Dazzle Rose #F131D3
RGB
CMYK
RGB Variations
Color information
#F131D3 (or 0xF131D3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and D3. RGB value is (241,49,211). Sum of RGB (Red+Green+Blue) = 241+49+211=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F131D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131D3 is #0ECE2C. Grayscale: #7C7C7C. Windows color (decimal): -970285 or 13840881. OLE color: 13840881.
HSL color Cylindrical-coordinate representation of color #F131D3: hue angle of 309.38º 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 #F131D3 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 211 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.05 |
| HSL | 309.38º | 0.87% | 0.57% | - |
| HSV(B) | 309.38º | 0.8% | 0.95% | - |
| XYZ | 49.13 | 25.6 | 63.98 | - |
| YUV | 124.88 | 176.61 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 211 | 0 | 0.80 | 0.12 | 0.05 | 309.38 | 0.87 | 0.57 |
| Hex | F1 | 31 | D3 | 0 | 50 | C | 5 | 135 | 57 | 39 |
| Octal | 361 | 61 | 323 | 0 | 120 | 14 | 5 | 465 | 127 | 71 |
| Binary | 11110001 | 110001 | 11010011 | 0 | 1010000 | 1100 | 101 | 100110101 | 1010111 | 111001 |
Color Harmonies of #F131D3
Complementary color
Monochromatic Colors of #F131D3
Black with #F131D3
Text Example
Text Example
White with #F131D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F131D3; }
p { color: rgb(241,49,211); }
H1.HeaderClassName
{
color: #F131D3;
}
.AnyTagClassName
{
color: #F131D3;
}
</style>
background-color css
<style>
a { background-color: #F131D3; }
a { background-color: rgb(241,49,211); }
div.DivClassName
{
background-color: #F131D3;
}
.BgClassName
{
background-color: #F131D3;
}
</style>
border-color css
<style>
span { border-color: #F131D3; }
span { border-color: rgb(241,49,211); }
td.TdClassName
{
border-color: #F131D3;
}
.TagClassName
{
border-color: #F131D3;
}
</style>