Shades of Razzle Dazzle Rose #F130E9
Tints of Razzle Dazzle Rose #F130E9
RGB
CMYK
RGB Variations
Color information
#F130E9 (or 0xF130E9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and E9. RGB value is (241,48,233). Sum of RGB (Red+Green+Blue) = 241+48+233=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F130E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130E9 is #0ECF16. Grayscale: #7E7E7E. Windows color (decimal): -970519 or 15282417. OLE color: 15282417.
HSL color Cylindrical-coordinate representation of color #F130E9: hue angle of 302.49º 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 #F130E9 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 233 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.05 |
| HSL | 302.49º | 0.87% | 0.57% | - |
| HSV(B) | 302.49º | 0.8% | 0.95% | - |
| XYZ | 52.04 | 26.7 | 79.5 | - |
| YUV | 126.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 233 | 0 | 0.80 | 0.03 | 0.05 | 302.49 | 0.87 | 0.57 |
| Hex | F1 | 30 | E9 | 0 | 50 | 3 | 5 | 12E | 57 | 39 |
| Octal | 361 | 60 | 351 | 0 | 120 | 3 | 5 | 456 | 127 | 71 |
| Binary | 11110001 | 110000 | 11101001 | 0 | 1010000 | 11 | 101 | 100101110 | 1010111 | 111001 |
Color Harmonies of #F130E9
Complementary color
Monochromatic Colors of #F130E9
Black with #F130E9
Text Example
Text Example
White with #F130E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130E9; }
p { color: rgb(241,48,233); }
H1.HeaderClassName
{
color: #F130E9;
}
.AnyTagClassName
{
color: #F130E9;
}
</style>
background-color css
<style>
a { background-color: #F130E9; }
a { background-color: rgb(241,48,233); }
div.DivClassName
{
background-color: #F130E9;
}
.BgClassName
{
background-color: #F130E9;
}
</style>
border-color css
<style>
span { border-color: #F130E9; }
span { border-color: rgb(241,48,233); }
td.TdClassName
{
border-color: #F130E9;
}
.TagClassName
{
border-color: #F130E9;
}
</style>