Shades of Razzle Dazzle Rose #F135EC
Tints of Razzle Dazzle Rose #F135EC
RGB
CMYK
RGB Variations
Color information
#F135EC (or 0xF135EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 35 and EC. RGB value is (241,53,236). Sum of RGB (Red+Green+Blue) = 241+53+236=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 53 (21.09% from 255 or 10% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F135EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135EC is #0ECA13. Grayscale: #818181. Windows color (decimal): -969236 or 15480305. OLE color: 15480305.
HSL color Cylindrical-coordinate representation of color #F135EC: hue angle of 301.6º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F135EC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 236 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.05 |
| HSL | 301.6º | 0.87% | 0.58% | - |
| HSV(B) | 301.6º | 0.78% | 0.95% | - |
| XYZ | 52.69 | 27.3 | 81.85 | - |
| YUV | 130.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 236 | 0 | 0.78 | 0.02 | 0.05 | 301.6 | 0.87 | 0.58 |
| Hex | F1 | 35 | EC | 0 | 4E | 2 | 5 | 12E | 57 | 3A |
| Octal | 361 | 65 | 354 | 0 | 116 | 2 | 5 | 456 | 127 | 72 |
| Binary | 11110001 | 110101 | 11101100 | 0 | 1001110 | 10 | 101 | 100101110 | 1010111 | 111010 |
Color Harmonies of #F135EC
Complementary color
Monochromatic Colors of #F135EC
Black with #F135EC
Text Example
Text Example
White with #F135EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F135EC; }
p { color: rgb(241,53,236); }
H1.HeaderClassName
{
color: #F135EC;
}
.AnyTagClassName
{
color: #F135EC;
}
</style>
background-color css
<style>
a { background-color: #F135EC; }
a { background-color: rgb(241,53,236); }
div.DivClassName
{
background-color: #F135EC;
}
.BgClassName
{
background-color: #F135EC;
}
</style>
border-color css
<style>
span { border-color: #F135EC; }
span { border-color: rgb(241,53,236); }
td.TdClassName
{
border-color: #F135EC;
}
.TagClassName
{
border-color: #F135EC;
}
</style>