Shades of Razzle Dazzle Rose #F131CF
Tints of Razzle Dazzle Rose #F131CF
RGB
CMYK
RGB Variations
Color information
#F131CF (or 0xF131CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and CF. RGB value is (241,49,207). Sum of RGB (Red+Green+Blue) = 241+49+207=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F131CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131CF is #0ECE30. Grayscale: #7B7B7B. Windows color (decimal): -970289 or 13578737. OLE color: 13578737.
HSL color Cylindrical-coordinate representation of color #F131CF: hue angle of 310.62º 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 #F131CF is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 207 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.05 |
| HSL | 310.63º | 0.87% | 0.57% | - |
| HSV(B) | 310.63º | 0.8% | 0.95% | - |
| XYZ | 48.64 | 25.4 | 61.37 | - |
| YUV | 124.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 207 | 0 | 0.80 | 0.14 | 0.05 | 310.63 | 0.87 | 0.57 |
| Hex | F1 | 31 | CF | 0 | 50 | E | 5 | 137 | 57 | 39 |
| Octal | 361 | 61 | 317 | 0 | 120 | 16 | 5 | 467 | 127 | 71 |
| Binary | 11110001 | 110001 | 11001111 | 0 | 1010000 | 1110 | 101 | 100110111 | 1010111 | 111001 |
Color Harmonies of #F131CF
Complementary color
Monochromatic Colors of #F131CF
Black with #F131CF
Text Example
Text Example
White with #F131CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F131CF; }
p { color: rgb(241,49,207); }
H1.HeaderClassName
{
color: #F131CF;
}
.AnyTagClassName
{
color: #F131CF;
}
</style>
background-color css
<style>
a { background-color: #F131CF; }
a { background-color: rgb(241,49,207); }
div.DivClassName
{
background-color: #F131CF;
}
.BgClassName
{
background-color: #F131CF;
}
</style>
border-color css
<style>
span { border-color: #F131CF; }
span { border-color: rgb(241,49,207); }
td.TdClassName
{
border-color: #F131CF;
}
.TagClassName
{
border-color: #F131CF;
}
</style>