Shades of Razzle Dazzle Rose #F130ED
Tints of Razzle Dazzle Rose #F130ED
RGB
CMYK
RGB Variations
Color information
#F130ED (or 0xF130ED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and ED. RGB value is (241,48,237). Sum of RGB (Red+Green+Blue) = 241+48+237=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 48 (19.14% from 255 or 9.13% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F130ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130ED is #0ECF12. Grayscale: #7E7E7E. Windows color (decimal): -970515 or 15544561. OLE color: 15544561.
HSL color Cylindrical-coordinate representation of color #F130ED: hue angle of 301.24º 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 #F130ED is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 237 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.05 |
| HSL | 301.24º | 0.87% | 0.57% | - |
| HSV(B) | 301.24º | 0.8% | 0.95% | - |
| XYZ | 52.62 | 26.93 | 82.55 | - |
| YUV | 127.25 | 189.94 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 237 | 0 | 0.80 | 0.02 | 0.05 | 301.24 | 0.87 | 0.57 |
| Hex | F1 | 30 | ED | 0 | 50 | 2 | 5 | 12D | 57 | 39 |
| Octal | 361 | 60 | 355 | 0 | 120 | 2 | 5 | 455 | 127 | 71 |
| Binary | 11110001 | 110000 | 11101101 | 0 | 1010000 | 10 | 101 | 100101101 | 1010111 | 111001 |
Color Harmonies of #F130ED
Complementary color
Monochromatic Colors of #F130ED
Black with #F130ED
Text Example
Text Example
White with #F130ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130ED; }
p { color: rgb(241,48,237); }
H1.HeaderClassName
{
color: #F130ED;
}
.AnyTagClassName
{
color: #F130ED;
}
</style>
background-color css
<style>
a { background-color: #F130ED; }
a { background-color: rgb(241,48,237); }
div.DivClassName
{
background-color: #F130ED;
}
.BgClassName
{
background-color: #F130ED;
}
</style>
border-color css
<style>
span { border-color: #F130ED; }
span { border-color: rgb(241,48,237); }
td.TdClassName
{
border-color: #F130ED;
}
.TagClassName
{
border-color: #F130ED;
}
</style>