Shades of Razzle Dazzle Rose #F130E8
Tints of Razzle Dazzle Rose #F130E8
RGB
CMYK
RGB Variations
Color information
#F130E8 (or 0xF130E8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and E8. RGB value is (241,48,232). Sum of RGB (Red+Green+Blue) = 241+48+232=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F130E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130E8 is #0ECF17. Grayscale: #7E7E7E. Windows color (decimal): -970520 or 15216881. OLE color: 15216881.
HSL color Cylindrical-coordinate representation of color #F130E8: hue angle of 302.8º 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 #F130E8 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 232 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.05 |
| HSL | 302.8º | 0.87% | 0.57% | - |
| HSV(B) | 302.8º | 0.8% | 0.95% | - |
| XYZ | 51.9 | 26.64 | 78.75 | - |
| YUV | 126.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 232 | 0 | 0.80 | 0.04 | 0.05 | 302.8 | 0.87 | 0.57 |
| Hex | F1 | 30 | E8 | 0 | 50 | 4 | 5 | 12F | 57 | 39 |
| Octal | 361 | 60 | 350 | 0 | 120 | 4 | 5 | 457 | 127 | 71 |
| Binary | 11110001 | 110000 | 11101000 | 0 | 1010000 | 100 | 101 | 100101111 | 1010111 | 111001 |
Color Harmonies of #F130E8
Complementary color
Monochromatic Colors of #F130E8
Black with #F130E8
Text Example
Text Example
White with #F130E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130E8; }
p { color: rgb(241,48,232); }
H1.HeaderClassName
{
color: #F130E8;
}
.AnyTagClassName
{
color: #F130E8;
}
</style>
background-color css
<style>
a { background-color: #F130E8; }
a { background-color: rgb(241,48,232); }
div.DivClassName
{
background-color: #F130E8;
}
.BgClassName
{
background-color: #F130E8;
}
</style>
border-color css
<style>
span { border-color: #F130E8; }
span { border-color: rgb(241,48,232); }
td.TdClassName
{
border-color: #F130E8;
}
.TagClassName
{
border-color: #F130E8;
}
</style>