Shades of Razzle Dazzle Rose #F031C2
Tints of Razzle Dazzle Rose #F031C2
RGB
CMYK
RGB Variations
Color information
#F031C2 (or 0xF031C2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and C2. RGB value is (240,49,194). Sum of RGB (Red+Green+Blue) = 240+49+194=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F031C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031C2 is #0FCE3D. Grayscale: #7A7A7A. Windows color (decimal): -1035838 or 12726768. OLE color: 12726768.
HSL color Cylindrical-coordinate representation of color #F031C2: hue angle of 314.45º 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 #F031C2 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 194 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.06 |
| HSL | 314.45º | 0.86% | 0.57% | - |
| HSV(B) | 314.45º | 0.8% | 0.94% | - |
| XYZ | 46.77 | 24.62 | 53.33 | - |
| YUV | 122.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 194 | 0 | 0.80 | 0.19 | 0.06 | 314.45 | 0.86 | 0.57 |
| Hex | F0 | 31 | C2 | 0 | 50 | 13 | 6 | 13A | 56 | 39 |
| Octal | 360 | 61 | 302 | 0 | 120 | 23 | 6 | 472 | 126 | 71 |
| Binary | 11110000 | 110001 | 11000010 | 0 | 1010000 | 10011 | 110 | 100111010 | 1010110 | 111001 |
Color Harmonies of #F031C2
Complementary color
Monochromatic Colors of #F031C2
Black with #F031C2
Text Example
Text Example
White with #F031C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031C2; }
p { color: rgb(240,49,194); }
H1.HeaderClassName
{
color: #F031C2;
}
.AnyTagClassName
{
color: #F031C2;
}
</style>
background-color css
<style>
a { background-color: #F031C2; }
a { background-color: rgb(240,49,194); }
div.DivClassName
{
background-color: #F031C2;
}
.BgClassName
{
background-color: #F031C2;
}
</style>
border-color css
<style>
span { border-color: #F031C2; }
span { border-color: rgb(240,49,194); }
td.TdClassName
{
border-color: #F031C2;
}
.TagClassName
{
border-color: #F031C2;
}
</style>