Shades of Razzle Dazzle Rose #F036C3
Tints of Razzle Dazzle Rose #F036C3
RGB
CMYK
RGB Variations
Color information
#F036C3 (or 0xF036C3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and C3. RGB value is (240,54,195). Sum of RGB (Red+Green+Blue) = 240+54+195=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F036C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036C3 is #0FC93C. Grayscale: #7D7D7D. Windows color (decimal): -1034557 or 12793584. OLE color: 12793584.
HSL color Cylindrical-coordinate representation of color #F036C3: hue angle of 314.52º 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 #F036C3 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 195 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.06 |
| HSL | 314.52º | 0.86% | 0.58% | - |
| HSV(B) | 314.52º | 0.78% | 0.94% | - |
| XYZ | 47.1 | 25.1 | 53.99 | - |
| YUV | 125.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 195 | 0 | 0.78 | 0.19 | 0.06 | 314.52 | 0.86 | 0.58 |
| Hex | F0 | 36 | C3 | 0 | 4E | 13 | 6 | 13B | 56 | 3A |
| Octal | 360 | 66 | 303 | 0 | 116 | 23 | 6 | 473 | 126 | 72 |
| Binary | 11110000 | 110110 | 11000011 | 0 | 1001110 | 10011 | 110 | 100111011 | 1010110 | 111010 |
Color Harmonies of #F036C3
Complementary color
Monochromatic Colors of #F036C3
Black with #F036C3
Text Example
Text Example
White with #F036C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036C3; }
p { color: rgb(240,54,195); }
H1.HeaderClassName
{
color: #F036C3;
}
.AnyTagClassName
{
color: #F036C3;
}
</style>
background-color css
<style>
a { background-color: #F036C3; }
a { background-color: rgb(240,54,195); }
div.DivClassName
{
background-color: #F036C3;
}
.BgClassName
{
background-color: #F036C3;
}
</style>
border-color css
<style>
span { border-color: #F036C3; }
span { border-color: rgb(240,54,195); }
td.TdClassName
{
border-color: #F036C3;
}
.TagClassName
{
border-color: #F036C3;
}
</style>