Shades of Razzle Dazzle Rose #F038C2
Tints of Razzle Dazzle Rose #F038C2
RGB
CMYK
RGB Variations
Color information
#F038C2 (or 0xF038C2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and C2. RGB value is (240,56,194). Sum of RGB (Red+Green+Blue) = 240+56+194=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F038C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038C2 is #0FC73D. Grayscale: #7E7E7E. Windows color (decimal): -1034046 or 12728560. OLE color: 12728560.
HSL color Cylindrical-coordinate representation of color #F038C2: hue angle of 315º 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 #F038C2 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 194 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.06 |
| HSL | 315º | 0.86% | 0.58% | - |
| HSV(B) | 315º | 0.77% | 0.94% | - |
| XYZ | 47.09 | 25.25 | 53.43 | - |
| YUV | 126.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 194 | 0 | 0.77 | 0.19 | 0.06 | 315 | 0.86 | 0.58 |
| Hex | F0 | 38 | C2 | 0 | 4D | 13 | 6 | 13B | 56 | 3A |
| Octal | 360 | 70 | 302 | 0 | 115 | 23 | 6 | 473 | 126 | 72 |
| Binary | 11110000 | 111000 | 11000010 | 0 | 1001101 | 10011 | 110 | 100111011 | 1010110 | 111010 |
Color Harmonies of #F038C2
Complementary color
Monochromatic Colors of #F038C2
Black with #F038C2
Text Example
Text Example
White with #F038C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038C2; }
p { color: rgb(240,56,194); }
H1.HeaderClassName
{
color: #F038C2;
}
.AnyTagClassName
{
color: #F038C2;
}
</style>
background-color css
<style>
a { background-color: #F038C2; }
a { background-color: rgb(240,56,194); }
div.DivClassName
{
background-color: #F038C2;
}
.BgClassName
{
background-color: #F038C2;
}
</style>
border-color css
<style>
span { border-color: #F038C2; }
span { border-color: rgb(240,56,194); }
td.TdClassName
{
border-color: #F038C2;
}
.TagClassName
{
border-color: #F038C2;
}
</style>