Shades of Razzle Dazzle Rose #F130C2
Tints of Razzle Dazzle Rose #F130C2
RGB
CMYK
RGB Variations
Color information
#F130C2 (or 0xF130C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and C2. RGB value is (241,48,194). Sum of RGB (Red+Green+Blue) = 241+48+194=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F130C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130C2 is #0ECF3D. Grayscale: #797979. Windows color (decimal): -970558 or 12726513. OLE color: 12726513.
HSL color Cylindrical-coordinate representation of color #F130C2: hue angle of 314.61º 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 #F130C2 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 194 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.05 |
| HSL | 314.61º | 0.87% | 0.57% | - |
| HSV(B) | 314.61º | 0.8% | 0.95% | - |
| XYZ | 47.07 | 24.71 | 53.33 | - |
| YUV | 122.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 194 | 0 | 0.80 | 0.20 | 0.05 | 314.61 | 0.87 | 0.57 |
| Hex | F1 | 30 | C2 | 0 | 50 | 14 | 5 | 13B | 57 | 39 |
| Octal | 361 | 60 | 302 | 0 | 120 | 24 | 5 | 473 | 127 | 71 |
| Binary | 11110001 | 110000 | 11000010 | 0 | 1010000 | 10100 | 101 | 100111011 | 1010111 | 111001 |
Color Harmonies of #F130C2
Complementary color
Monochromatic Colors of #F130C2
Black with #F130C2
Text Example
Text Example
White with #F130C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130C2; }
p { color: rgb(241,48,194); }
H1.HeaderClassName
{
color: #F130C2;
}
.AnyTagClassName
{
color: #F130C2;
}
</style>
background-color css
<style>
a { background-color: #F130C2; }
a { background-color: rgb(241,48,194); }
div.DivClassName
{
background-color: #F130C2;
}
.BgClassName
{
background-color: #F130C2;
}
</style>
border-color css
<style>
span { border-color: #F130C2; }
span { border-color: rgb(241,48,194); }
td.TdClassName
{
border-color: #F130C2;
}
.TagClassName
{
border-color: #F130C2;
}
</style>