Shades of Razzle Dazzle Rose #F038D9
Tints of Razzle Dazzle Rose #F038D9
RGB
CMYK
RGB Variations
Color information
#F038D9 (or 0xF038D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and D9. RGB value is (240,56,217). Sum of RGB (Red+Green+Blue) = 240+56+217=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F038D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038D9 is #0FC726. Grayscale: #808080. Windows color (decimal): -1034023 or 14235888. OLE color: 14235888.
HSL color Cylindrical-coordinate representation of color #F038D9: hue angle of 307.5º 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 #F038D9 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 217 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.06 |
| HSL | 307.5º | 0.86% | 0.58% | - |
| HSV(B) | 307.5º | 0.77% | 0.94% | - |
| XYZ | 49.87 | 26.36 | 68.11 | - |
| YUV | 129.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 217 | 0 | 0.77 | 0.10 | 0.06 | 307.5 | 0.86 | 0.58 |
| Hex | F0 | 38 | D9 | 0 | 4D | A | 6 | 134 | 56 | 3A |
| Octal | 360 | 70 | 331 | 0 | 115 | 12 | 6 | 464 | 126 | 72 |
| Binary | 11110000 | 111000 | 11011001 | 0 | 1001101 | 1010 | 110 | 100110100 | 1010110 | 111010 |
Color Harmonies of #F038D9
Complementary color
Monochromatic Colors of #F038D9
Black with #F038D9
Text Example
Text Example
White with #F038D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038D9; }
p { color: rgb(240,56,217); }
H1.HeaderClassName
{
color: #F038D9;
}
.AnyTagClassName
{
color: #F038D9;
}
</style>
background-color css
<style>
a { background-color: #F038D9; }
a { background-color: rgb(240,56,217); }
div.DivClassName
{
background-color: #F038D9;
}
.BgClassName
{
background-color: #F038D9;
}
</style>
border-color css
<style>
span { border-color: #F038D9; }
span { border-color: rgb(240,56,217); }
td.TdClassName
{
border-color: #F038D9;
}
.TagClassName
{
border-color: #F038D9;
}
</style>