Shades of Razzle Dazzle Rose #F038D4
Tints of Razzle Dazzle Rose #F038D4
RGB
CMYK
RGB Variations
Color information
#F038D4 (or 0xF038D4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and D4. RGB value is (240,56,212). Sum of RGB (Red+Green+Blue) = 240+56+212=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F038D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038D4 is #0FC72B. Grayscale: #808080. Windows color (decimal): -1034028 or 13908208. OLE color: 13908208.
HSL color Cylindrical-coordinate representation of color #F038D4: hue angle of 309.13º 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 #F038D4 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 212 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.06 |
| HSL | 309.13º | 0.86% | 0.58% | - |
| HSV(B) | 309.13º | 0.77% | 0.94% | - |
| XYZ | 49.23 | 26.11 | 64.73 | - |
| YUV | 128.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 212 | 0 | 0.77 | 0.12 | 0.06 | 309.13 | 0.86 | 0.58 |
| Hex | F0 | 38 | D4 | 0 | 4D | C | 6 | 135 | 56 | 3A |
| Octal | 360 | 70 | 324 | 0 | 115 | 14 | 6 | 465 | 126 | 72 |
| Binary | 11110000 | 111000 | 11010100 | 0 | 1001101 | 1100 | 110 | 100110101 | 1010110 | 111010 |
Color Harmonies of #F038D4
Complementary color
Monochromatic Colors of #F038D4
Black with #F038D4
Text Example
Text Example
White with #F038D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038D4; }
p { color: rgb(240,56,212); }
H1.HeaderClassName
{
color: #F038D4;
}
.AnyTagClassName
{
color: #F038D4;
}
</style>
background-color css
<style>
a { background-color: #F038D4; }
a { background-color: rgb(240,56,212); }
div.DivClassName
{
background-color: #F038D4;
}
.BgClassName
{
background-color: #F038D4;
}
</style>
border-color css
<style>
span { border-color: #F038D4; }
span { border-color: rgb(240,56,212); }
td.TdClassName
{
border-color: #F038D4;
}
.TagClassName
{
border-color: #F038D4;
}
</style>