Shades of Razzle Dazzle Rose #F038EF
Tints of Razzle Dazzle Rose #F038EF
RGB
CMYK
RGB Variations
Color information
#F038EF (or 0xF038EF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and EF. RGB value is (240,56,239). Sum of RGB (Red+Green+Blue) = 240+56+239=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 56 (22.27% from 255 or 10.47% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F038EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038EF is #0FC710. Grayscale: #838383. Windows color (decimal): -1034001 or 15677680. OLE color: 15677680.
HSL color Cylindrical-coordinate representation of color #F038EF: hue angle of 300.33º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F038EF is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 239 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.06 |
| HSL | 300.33º | 0.86% | 0.58% | - |
| HSV(B) | 300.33º | 0.77% | 0.94% | - |
| XYZ | 52.93 | 27.59 | 84.2 | - |
| YUV | 131.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 239 | 0 | 0.77 | 0.00 | 0.06 | 300.33 | 0.86 | 0.58 |
| Hex | F0 | 38 | EF | 0 | 4D | 0 | 6 | 12C | 56 | 3A |
| Octal | 360 | 70 | 357 | 0 | 115 | 0 | 6 | 454 | 126 | 72 |
| Binary | 11110000 | 111000 | 11101111 | 0 | 1001101 | 0 | 110 | 100101100 | 1010110 | 111010 |
Color Harmonies of #F038EF
Complementary color
Monochromatic Colors of #F038EF
Black with #F038EF
Text Example
Text Example
White with #F038EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038EF; }
p { color: rgb(240,56,239); }
H1.HeaderClassName
{
color: #F038EF;
}
.AnyTagClassName
{
color: #F038EF;
}
</style>
background-color css
<style>
a { background-color: #F038EF; }
a { background-color: rgb(240,56,239); }
div.DivClassName
{
background-color: #F038EF;
}
.BgClassName
{
background-color: #F038EF;
}
</style>
border-color css
<style>
span { border-color: #F038EF; }
span { border-color: rgb(240,56,239); }
td.TdClassName
{
border-color: #F038EF;
}
.TagClassName
{
border-color: #F038EF;
}
</style>