Shades of Razzle Dazzle Rose #F130E7
Tints of Razzle Dazzle Rose #F130E7
RGB
CMYK
RGB Variations
Color information
#F130E7 (or 0xF130E7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and E7. RGB value is (241,48,231). Sum of RGB (Red+Green+Blue) = 241+48+231=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F130E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130E7 is #0ECF18. Grayscale: #7E7E7E. Windows color (decimal): -970521 or 15151345. OLE color: 15151345.
HSL color Cylindrical-coordinate representation of color #F130E7: hue angle of 303.11º 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 #F130E7 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 231 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.05 |
| HSL | 303.11º | 0.87% | 0.57% | - |
| HSV(B) | 303.11º | 0.8% | 0.95% | - |
| XYZ | 51.76 | 26.58 | 78 | - |
| YUV | 126.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 231 | 0 | 0.80 | 0.04 | 0.05 | 303.11 | 0.87 | 0.57 |
| Hex | F1 | 30 | E7 | 0 | 50 | 4 | 5 | 12F | 57 | 39 |
| Octal | 361 | 60 | 347 | 0 | 120 | 4 | 5 | 457 | 127 | 71 |
| Binary | 11110001 | 110000 | 11100111 | 0 | 1010000 | 100 | 101 | 100101111 | 1010111 | 111001 |
Color Harmonies of #F130E7
Complementary color
Monochromatic Colors of #F130E7
Black with #F130E7
Text Example
Text Example
White with #F130E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130E7; }
p { color: rgb(241,48,231); }
H1.HeaderClassName
{
color: #F130E7;
}
.AnyTagClassName
{
color: #F130E7;
}
</style>
background-color css
<style>
a { background-color: #F130E7; }
a { background-color: rgb(241,48,231); }
div.DivClassName
{
background-color: #F130E7;
}
.BgClassName
{
background-color: #F130E7;
}
</style>
border-color css
<style>
span { border-color: #F130E7; }
span { border-color: rgb(241,48,231); }
td.TdClassName
{
border-color: #F130E7;
}
.TagClassName
{
border-color: #F130E7;
}
</style>