Shades of Razzle Dazzle Rose #F030C5
Tints of Razzle Dazzle Rose #F030C5
RGB
CMYK
RGB Variations
Color information
#F030C5 (or 0xF030C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and C5. RGB value is (240,48,197). Sum of RGB (Red+Green+Blue) = 240+48+197=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F030C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030C5 is #0FCF3A. Grayscale: #797979. Windows color (decimal): -1036091 or 12923120. OLE color: 12923120.
HSL color Cylindrical-coordinate representation of color #F030C5: hue angle of 313.44º 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 #F030C5 is Cyan = 0, Magento = 0.8, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 197 | - |
| CMYK | 0 | 0.8 | 0.18 | 0.06 |
| HSL | 313.44º | 0.86% | 0.56% | - |
| HSV(B) | 313.44º | 0.8% | 0.94% | - |
| XYZ | 47.07 | 24.67 | 55.1 | - |
| YUV | 122.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 197 | 0 | 0.8 | 0.18 | 0.06 | 313.44 | 0.86 | 0.56 |
| Hex | F0 | 30 | C5 | 0 | 50 | 12 | 6 | 139 | 56 | 38 |
| Octal | 360 | 60 | 305 | 0 | 120 | 22 | 6 | 471 | 126 | 70 |
| Binary | 11110000 | 110000 | 11000101 | 0 | 1010000 | 10010 | 110 | 100111001 | 1010110 | 111000 |
Color Harmonies of #F030C5
Complementary color
Monochromatic Colors of #F030C5
Black with #F030C5
Text Example
Text Example
White with #F030C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030C5; }
p { color: rgb(240,48,197); }
H1.HeaderClassName
{
color: #F030C5;
}
.AnyTagClassName
{
color: #F030C5;
}
</style>
background-color css
<style>
a { background-color: #F030C5; }
a { background-color: rgb(240,48,197); }
div.DivClassName
{
background-color: #F030C5;
}
.BgClassName
{
background-color: #F030C5;
}
</style>
border-color css
<style>
span { border-color: #F030C5; }
span { border-color: rgb(240,48,197); }
td.TdClassName
{
border-color: #F030C5;
}
.TagClassName
{
border-color: #F030C5;
}
</style>