Shades of Razzle Dazzle Rose #F031C5
Tints of Razzle Dazzle Rose #F031C5
RGB
CMYK
RGB Variations
Color information
#F031C5 (or 0xF031C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and C5. RGB value is (240,49,197). Sum of RGB (Red+Green+Blue) = 240+49+197=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F031C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031C5 is #0FCE3A. Grayscale: #7A7A7A. Windows color (decimal): -1035835 or 12923376. OLE color: 12923376.
HSL color Cylindrical-coordinate representation of color #F031C5: hue angle of 313.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031C5 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 197 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.06 |
| HSL | 313.51º | 0.86% | 0.57% | - |
| HSV(B) | 313.51º | 0.8% | 0.94% | - |
| XYZ | 47.11 | 24.75 | 55.12 | - |
| YUV | 122.98 | 169.78 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 197 | 0 | 0.80 | 0.18 | 0.06 | 313.51 | 0.86 | 0.57 |
| Hex | F0 | 31 | C5 | 0 | 50 | 12 | 6 | 13A | 56 | 39 |
| Octal | 360 | 61 | 305 | 0 | 120 | 22 | 6 | 472 | 126 | 71 |
| Binary | 11110000 | 110001 | 11000101 | 0 | 1010000 | 10010 | 110 | 100111010 | 1010110 | 111001 |
Color Harmonies of #F031C5
Complementary color
Monochromatic Colors of #F031C5
Black with #F031C5
Text Example
Text Example
White with #F031C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031C5; }
p { color: rgb(240,49,197); }
H1.HeaderClassName
{
color: #F031C5;
}
.AnyTagClassName
{
color: #F031C5;
}
</style>
background-color css
<style>
a { background-color: #F031C5; }
a { background-color: rgb(240,49,197); }
div.DivClassName
{
background-color: #F031C5;
}
.BgClassName
{
background-color: #F031C5;
}
</style>
border-color css
<style>
span { border-color: #F031C5; }
span { border-color: rgb(240,49,197); }
td.TdClassName
{
border-color: #F031C5;
}
.TagClassName
{
border-color: #F031C5;
}
</style>