Shades of Razzle Dazzle Rose #F130C0
Tints of Razzle Dazzle Rose #F130C0
RGB
CMYK
RGB Variations
Color information
#F130C0 (or 0xF130C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and C0. RGB value is (241,48,192). Sum of RGB (Red+Green+Blue) = 241+48+192=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F130C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130C0 is #0ECF3F. Grayscale: #797979. Windows color (decimal): -970560 or 12595441. OLE color: 12595441.
HSL color Cylindrical-coordinate representation of color #F130C0: hue angle of 315.23º 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 #F130C0 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 192 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.05 |
| HSL | 315.23º | 0.87% | 0.57% | - |
| HSV(B) | 315.23º | 0.8% | 0.95% | - |
| XYZ | 46.85 | 24.62 | 52.15 | - |
| YUV | 122.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 192 | 0 | 0.80 | 0.20 | 0.05 | 315.23 | 0.87 | 0.57 |
| Hex | F1 | 30 | C0 | 0 | 50 | 14 | 5 | 13B | 57 | 39 |
| Octal | 361 | 60 | 300 | 0 | 120 | 24 | 5 | 473 | 127 | 71 |
| Binary | 11110001 | 110000 | 11000000 | 0 | 1010000 | 10100 | 101 | 100111011 | 1010111 | 111001 |
Color Harmonies of #F130C0
Complementary color
Monochromatic Colors of #F130C0
Black with #F130C0
Text Example
Text Example
White with #F130C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130C0; }
p { color: rgb(241,48,192); }
H1.HeaderClassName
{
color: #F130C0;
}
.AnyTagClassName
{
color: #F130C0;
}
</style>
background-color css
<style>
a { background-color: #F130C0; }
a { background-color: rgb(241,48,192); }
div.DivClassName
{
background-color: #F130C0;
}
.BgClassName
{
background-color: #F130C0;
}
</style>
border-color css
<style>
span { border-color: #F130C0; }
span { border-color: rgb(241,48,192); }
td.TdClassName
{
border-color: #F130C0;
}
.TagClassName
{
border-color: #F130C0;
}
</style>