Shades of Razzle Dazzle Rose #F038EE
Tints of Razzle Dazzle Rose #F038EE
RGB
CMYK
RGB Variations
Color information
#F038EE (or 0xF038EE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and EE. RGB value is (240,56,238). Sum of RGB (Red+Green+Blue) = 240+56+238=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 56 (22.27% from 255 or 10.49% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F038EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038EE is #0FC711. Grayscale: #838383. Windows color (decimal): -1034002 or 15612144. OLE color: 15612144.
HSL color Cylindrical-coordinate representation of color #F038EE: hue angle of 300.65º 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 #F038EE is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 238 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.06 |
| HSL | 300.65º | 0.86% | 0.58% | - |
| HSV(B) | 300.65º | 0.77% | 0.94% | - |
| XYZ | 52.78 | 27.53 | 83.42 | - |
| YUV | 131.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 238 | 0 | 0.77 | 0.01 | 0.06 | 300.65 | 0.86 | 0.58 |
| Hex | F0 | 38 | EE | 0 | 4D | 1 | 6 | 12D | 56 | 3A |
| Octal | 360 | 70 | 356 | 0 | 115 | 1 | 6 | 455 | 126 | 72 |
| Binary | 11110000 | 111000 | 11101110 | 0 | 1001101 | 1 | 110 | 100101101 | 1010110 | 111010 |
Color Harmonies of #F038EE
Complementary color
Monochromatic Colors of #F038EE
Black with #F038EE
Text Example
Text Example
White with #F038EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038EE; }
p { color: rgb(240,56,238); }
H1.HeaderClassName
{
color: #F038EE;
}
.AnyTagClassName
{
color: #F038EE;
}
</style>
background-color css
<style>
a { background-color: #F038EE; }
a { background-color: rgb(240,56,238); }
div.DivClassName
{
background-color: #F038EE;
}
.BgClassName
{
background-color: #F038EE;
}
</style>
border-color css
<style>
span { border-color: #F038EE; }
span { border-color: rgb(240,56,238); }
td.TdClassName
{
border-color: #F038EE;
}
.TagClassName
{
border-color: #F038EE;
}
</style>