Shades of Razzle Dazzle Rose #F136E3
Tints of Razzle Dazzle Rose #F136E3
RGB
CMYK
RGB Variations
Color information
#F136E3 (or 0xF136E3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and E3. RGB value is (241,54,227). Sum of RGB (Red+Green+Blue) = 241+54+227=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F136E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136E3 is #0EC91C. Grayscale: #818181. Windows color (decimal): -968989 or 14890737. OLE color: 14890737.
HSL color Cylindrical-coordinate representation of color #F136E3: hue angle of 304.49º 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 #F136E3 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 227 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.05 |
| HSL | 304.49º | 0.87% | 0.58% | - |
| HSV(B) | 304.49º | 0.78% | 0.95% | - |
| XYZ | 51.46 | 26.89 | 75.15 | - |
| YUV | 129.64 | 182.95 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 227 | 0 | 0.78 | 0.06 | 0.05 | 304.49 | 0.87 | 0.58 |
| Hex | F1 | 36 | E3 | 0 | 4E | 6 | 5 | 130 | 57 | 3A |
| Octal | 361 | 66 | 343 | 0 | 116 | 6 | 5 | 460 | 127 | 72 |
| Binary | 11110001 | 110110 | 11100011 | 0 | 1001110 | 110 | 101 | 100110000 | 1010111 | 111010 |
Color Harmonies of #F136E3
Complementary color
Monochromatic Colors of #F136E3
Black with #F136E3
Text Example
Text Example
White with #F136E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136E3; }
p { color: rgb(241,54,227); }
H1.HeaderClassName
{
color: #F136E3;
}
.AnyTagClassName
{
color: #F136E3;
}
</style>
background-color css
<style>
a { background-color: #F136E3; }
a { background-color: rgb(241,54,227); }
div.DivClassName
{
background-color: #F136E3;
}
.BgClassName
{
background-color: #F136E3;
}
</style>
border-color css
<style>
span { border-color: #F136E3; }
span { border-color: rgb(241,54,227); }
td.TdClassName
{
border-color: #F136E3;
}
.TagClassName
{
border-color: #F136E3;
}
</style>