Shades of Razzle Dazzle Rose #F030C9
Tints of Razzle Dazzle Rose #F030C9
RGB
CMYK
RGB Variations
Color information
#F030C9 (or 0xF030C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and C9. RGB value is (240,48,201). Sum of RGB (Red+Green+Blue) = 240+48+201=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F030C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030C9 is #0FCF36. Grayscale: #7A7A7A. Windows color (decimal): -1036087 or 13185264. OLE color: 13185264.
HSL color Cylindrical-coordinate representation of color #F030C9: hue angle of 312.19º 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 #F030C9 is Cyan = 0, Magento = 0.8, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 201 | - |
| CMYK | 0 | 0.8 | 0.16 | 0.06 |
| HSL | 312.19º | 0.86% | 0.56% | - |
| HSV(B) | 312.19º | 0.8% | 0.94% | - |
| XYZ | 47.53 | 24.86 | 57.55 | - |
| YUV | 122.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 201 | 0 | 0.8 | 0.16 | 0.06 | 312.19 | 0.86 | 0.56 |
| Hex | F0 | 30 | C9 | 0 | 50 | 10 | 6 | 138 | 56 | 38 |
| Octal | 360 | 60 | 311 | 0 | 120 | 20 | 6 | 470 | 126 | 70 |
| Binary | 11110000 | 110000 | 11001001 | 0 | 1010000 | 10000 | 110 | 100111000 | 1010110 | 111000 |
Color Harmonies of #F030C9
Complementary color
Monochromatic Colors of #F030C9
Black with #F030C9
Text Example
Text Example
White with #F030C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030C9; }
p { color: rgb(240,48,201); }
H1.HeaderClassName
{
color: #F030C9;
}
.AnyTagClassName
{
color: #F030C9;
}
</style>
background-color css
<style>
a { background-color: #F030C9; }
a { background-color: rgb(240,48,201); }
div.DivClassName
{
background-color: #F030C9;
}
.BgClassName
{
background-color: #F030C9;
}
</style>
border-color css
<style>
span { border-color: #F030C9; }
span { border-color: rgb(240,48,201); }
td.TdClassName
{
border-color: #F030C9;
}
.TagClassName
{
border-color: #F030C9;
}
</style>