Shades of Razzle Dazzle Rose #F135EA
Tints of Razzle Dazzle Rose #F135EA
RGB
CMYK
RGB Variations
Color information
#F135EA (or 0xF135EA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 35 and EA. RGB value is (241,53,234). Sum of RGB (Red+Green+Blue) = 241+53+234=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 53 (21.09% from 255 or 10.04% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F135EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135EA is #0ECA15. Grayscale: #818181. Windows color (decimal): -969238 or 15349233. OLE color: 15349233.
HSL color Cylindrical-coordinate representation of color #F135EA: hue angle of 302.23º 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 #F135EA is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 234 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.05 |
| HSL | 302.23º | 0.87% | 0.58% | - |
| HSV(B) | 302.23º | 0.78% | 0.95% | - |
| XYZ | 52.4 | 27.19 | 80.33 | - |
| YUV | 129.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 234 | 0 | 0.78 | 0.03 | 0.05 | 302.23 | 0.87 | 0.58 |
| Hex | F1 | 35 | EA | 0 | 4E | 3 | 5 | 12E | 57 | 3A |
| Octal | 361 | 65 | 352 | 0 | 116 | 3 | 5 | 456 | 127 | 72 |
| Binary | 11110001 | 110101 | 11101010 | 0 | 1001110 | 11 | 101 | 100101110 | 1010111 | 111010 |
Color Harmonies of #F135EA
Complementary color
Monochromatic Colors of #F135EA
Black with #F135EA
Text Example
Text Example
White with #F135EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F135EA; }
p { color: rgb(241,53,234); }
H1.HeaderClassName
{
color: #F135EA;
}
.AnyTagClassName
{
color: #F135EA;
}
</style>
background-color css
<style>
a { background-color: #F135EA; }
a { background-color: rgb(241,53,234); }
div.DivClassName
{
background-color: #F135EA;
}
.BgClassName
{
background-color: #F135EA;
}
</style>
border-color css
<style>
span { border-color: #F135EA; }
span { border-color: rgb(241,53,234); }
td.TdClassName
{
border-color: #F135EA;
}
.TagClassName
{
border-color: #F135EA;
}
</style>