Shades of Razzle Dazzle Rose #F136EA
Tints of Razzle Dazzle Rose #F136EA
RGB
CMYK
RGB Variations
Color information
#F136EA (or 0xF136EA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and EA. RGB value is (241,54,234). Sum of RGB (Red+Green+Blue) = 241+54+234=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F136EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136EA is #0EC915. Grayscale: #818181. Windows color (decimal): -968982 or 15349489. OLE color: 15349489.
HSL color Cylindrical-coordinate representation of color #F136EA: hue angle of 302.25º 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 #F136EA is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 234 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.05 |
| HSL | 302.25º | 0.87% | 0.58% | - |
| HSV(B) | 302.25º | 0.78% | 0.95% | - |
| XYZ | 52.45 | 27.28 | 80.34 | - |
| YUV | 130.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 234 | 0 | 0.78 | 0.03 | 0.05 | 302.25 | 0.87 | 0.58 |
| Hex | F1 | 36 | EA | 0 | 4E | 3 | 5 | 12E | 57 | 3A |
| Octal | 361 | 66 | 352 | 0 | 116 | 3 | 5 | 456 | 127 | 72 |
| Binary | 11110001 | 110110 | 11101010 | 0 | 1001110 | 11 | 101 | 100101110 | 1010111 | 111010 |
Color Harmonies of #F136EA
Complementary color
Monochromatic Colors of #F136EA
Black with #F136EA
Text Example
Text Example
White with #F136EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136EA; }
p { color: rgb(241,54,234); }
H1.HeaderClassName
{
color: #F136EA;
}
.AnyTagClassName
{
color: #F136EA;
}
</style>
background-color css
<style>
a { background-color: #F136EA; }
a { background-color: rgb(241,54,234); }
div.DivClassName
{
background-color: #F136EA;
}
.BgClassName
{
background-color: #F136EA;
}
</style>
border-color css
<style>
span { border-color: #F136EA; }
span { border-color: rgb(241,54,234); }
td.TdClassName
{
border-color: #F136EA;
}
.TagClassName
{
border-color: #F136EA;
}
</style>