Shades of Razzle Dazzle Rose #F030CE
Tints of Razzle Dazzle Rose #F030CE
RGB
CMYK
RGB Variations
Color information
#F030CE (or 0xF030CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and CE. RGB value is (240,48,206). Sum of RGB (Red+Green+Blue) = 240+48+206=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F030CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030CE is #0FCF31. Grayscale: #7A7A7A. Windows color (decimal): -1036082 or 13512944. OLE color: 13512944.
HSL color Cylindrical-coordinate representation of color #F030CE: hue angle of 310.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F030CE is Cyan = 0, Magento = 0.8, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 206 | - |
| CMYK | 0 | 0.8 | 0.14 | 0.06 |
| HSL | 310.63º | 0.86% | 0.56% | - |
| HSV(B) | 310.63º | 0.8% | 0.94% | - |
| XYZ | 48.13 | 25.1 | 60.7 | - |
| YUV | 123.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 206 | 0 | 0.8 | 0.14 | 0.06 | 310.63 | 0.86 | 0.56 |
| Hex | F0 | 30 | CE | 0 | 50 | E | 6 | 137 | 56 | 38 |
| Octal | 360 | 60 | 316 | 0 | 120 | 16 | 6 | 467 | 126 | 70 |
| Binary | 11110000 | 110000 | 11001110 | 0 | 1010000 | 1110 | 110 | 100110111 | 1010110 | 111000 |
Color Harmonies of #F030CE
Complementary color
Monochromatic Colors of #F030CE
Black with #F030CE
Text Example
Text Example
White with #F030CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030CE; }
p { color: rgb(240,48,206); }
H1.HeaderClassName
{
color: #F030CE;
}
.AnyTagClassName
{
color: #F030CE;
}
</style>
background-color css
<style>
a { background-color: #F030CE; }
a { background-color: rgb(240,48,206); }
div.DivClassName
{
background-color: #F030CE;
}
.BgClassName
{
background-color: #F030CE;
}
</style>
border-color css
<style>
span { border-color: #F030CE; }
span { border-color: rgb(240,48,206); }
td.TdClassName
{
border-color: #F030CE;
}
.TagClassName
{
border-color: #F030CE;
}
</style>