Shades of Razzle Dazzle Rose #F136E6
Tints of Razzle Dazzle Rose #F136E6
RGB
CMYK
RGB Variations
Color information
#F136E6 (or 0xF136E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and E6. RGB value is (241,54,230). Sum of RGB (Red+Green+Blue) = 241+54+230=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 54 (21.48% from 255 or 10.29% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F136E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136E6 is #0EC919. Grayscale: #818181. Windows color (decimal): -968986 or 15087345. OLE color: 15087345.
HSL color Cylindrical-coordinate representation of color #F136E6: hue angle of 303.53º 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 #F136E6 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 230 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.05 |
| HSL | 303.53º | 0.87% | 0.58% | - |
| HSV(B) | 303.53º | 0.78% | 0.95% | - |
| XYZ | 51.88 | 27.05 | 77.35 | - |
| YUV | 129.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 230 | 0 | 0.78 | 0.05 | 0.05 | 303.53 | 0.87 | 0.58 |
| Hex | F1 | 36 | E6 | 0 | 4E | 5 | 5 | 130 | 57 | 3A |
| Octal | 361 | 66 | 346 | 0 | 116 | 5 | 5 | 460 | 127 | 72 |
| Binary | 11110001 | 110110 | 11100110 | 0 | 1001110 | 101 | 101 | 100110000 | 1010111 | 111010 |
Color Harmonies of #F136E6
Complementary color
Monochromatic Colors of #F136E6
Black with #F136E6
Text Example
Text Example
White with #F136E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136E6; }
p { color: rgb(241,54,230); }
H1.HeaderClassName
{
color: #F136E6;
}
.AnyTagClassName
{
color: #F136E6;
}
</style>
background-color css
<style>
a { background-color: #F136E6; }
a { background-color: rgb(241,54,230); }
div.DivClassName
{
background-color: #F136E6;
}
.BgClassName
{
background-color: #F136E6;
}
</style>
border-color css
<style>
span { border-color: #F136E6; }
span { border-color: rgb(241,54,230); }
td.TdClassName
{
border-color: #F136E6;
}
.TagClassName
{
border-color: #F136E6;
}
</style>