Shades of Razzle Dazzle Rose #F130D8
Tints of Razzle Dazzle Rose #F130D8
RGB
CMYK
RGB Variations
Color information
#F130D8 (or 0xF130D8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and D8. RGB value is (241,48,216). Sum of RGB (Red+Green+Blue) = 241+48+216=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F130D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130D8 is #0ECF27. Grayscale: #7C7C7C. Windows color (decimal): -970536 or 14168305. OLE color: 14168305.
HSL color Cylindrical-coordinate representation of color #F130D8: hue angle of 307.77º 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 #F130D8 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 216 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.05 |
| HSL | 307.77º | 0.87% | 0.57% | - |
| HSV(B) | 307.77º | 0.8% | 0.95% | - |
| XYZ | 49.73 | 25.77 | 67.32 | - |
| YUV | 124.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 216 | 0 | 0.80 | 0.10 | 0.05 | 307.77 | 0.87 | 0.57 |
| Hex | F1 | 30 | D8 | 0 | 50 | A | 5 | 134 | 57 | 39 |
| Octal | 361 | 60 | 330 | 0 | 120 | 12 | 5 | 464 | 127 | 71 |
| Binary | 11110001 | 110000 | 11011000 | 0 | 1010000 | 1010 | 101 | 100110100 | 1010111 | 111001 |
Color Harmonies of #F130D8
Complementary color
Monochromatic Colors of #F130D8
Black with #F130D8
Text Example
Text Example
White with #F130D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130D8; }
p { color: rgb(241,48,216); }
H1.HeaderClassName
{
color: #F130D8;
}
.AnyTagClassName
{
color: #F130D8;
}
</style>
background-color css
<style>
a { background-color: #F130D8; }
a { background-color: rgb(241,48,216); }
div.DivClassName
{
background-color: #F130D8;
}
.BgClassName
{
background-color: #F130D8;
}
</style>
border-color css
<style>
span { border-color: #F130D8; }
span { border-color: rgb(241,48,216); }
td.TdClassName
{
border-color: #F130D8;
}
.TagClassName
{
border-color: #F130D8;
}
</style>