Shades of Razzle Dazzle Rose #F138EC
Tints of Razzle Dazzle Rose #F138EC
RGB
CMYK
RGB Variations
Color information
#F138EC (or 0xF138EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and EC. RGB value is (241,56,236). Sum of RGB (Red+Green+Blue) = 241+56+236=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 56 (22.27% from 255 or 10.51% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F138EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138EC is #0EC713. Grayscale: #838383. Windows color (decimal): -968468 or 15481073. OLE color: 15481073.
HSL color Cylindrical-coordinate representation of color #F138EC: hue angle of 301.62º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138EC is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 236 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.05 |
| HSL | 301.62º | 0.87% | 0.58% | - |
| HSV(B) | 301.62º | 0.77% | 0.95% | - |
| XYZ | 52.83 | 27.59 | 81.9 | - |
| YUV | 131.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 236 | 0 | 0.77 | 0.02 | 0.05 | 301.62 | 0.87 | 0.58 |
| Hex | F1 | 38 | EC | 0 | 4D | 2 | 5 | 12E | 57 | 3A |
| Octal | 361 | 70 | 354 | 0 | 115 | 2 | 5 | 456 | 127 | 72 |
| Binary | 11110001 | 111000 | 11101100 | 0 | 1001101 | 10 | 101 | 100101110 | 1010111 | 111010 |
Color Harmonies of #F138EC
Complementary color
Monochromatic Colors of #F138EC
Black with #F138EC
Text Example
Text Example
White with #F138EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138EC; }
p { color: rgb(241,56,236); }
H1.HeaderClassName
{
color: #F138EC;
}
.AnyTagClassName
{
color: #F138EC;
}
</style>
background-color css
<style>
a { background-color: #F138EC; }
a { background-color: rgb(241,56,236); }
div.DivClassName
{
background-color: #F138EC;
}
.BgClassName
{
background-color: #F138EC;
}
</style>
border-color css
<style>
span { border-color: #F138EC; }
span { border-color: rgb(241,56,236); }
td.TdClassName
{
border-color: #F138EC;
}
.TagClassName
{
border-color: #F138EC;
}
</style>