Shades of Razzle Dazzle Rose #F031C4
Tints of Razzle Dazzle Rose #F031C4
RGB
CMYK
RGB Variations
Color information
#F031C4 (or 0xF031C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and C4. RGB value is (240,49,196). Sum of RGB (Red+Green+Blue) = 240+49+196=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F031C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031C4 is #0FCE3B. Grayscale: #7A7A7A. Windows color (decimal): -1035836 or 12857840. OLE color: 12857840.
HSL color Cylindrical-coordinate representation of color #F031C4: hue angle of 313.82º 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 #F031C4 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 196 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.06 |
| HSL | 313.82º | 0.86% | 0.57% | - |
| HSV(B) | 313.82º | 0.8% | 0.94% | - |
| XYZ | 47 | 24.71 | 54.52 | - |
| YUV | 122.87 | 169.28 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 196 | 0 | 0.80 | 0.18 | 0.06 | 313.82 | 0.86 | 0.57 |
| Hex | F0 | 31 | C4 | 0 | 50 | 12 | 6 | 13A | 56 | 39 |
| Octal | 360 | 61 | 304 | 0 | 120 | 22 | 6 | 472 | 126 | 71 |
| Binary | 11110000 | 110001 | 11000100 | 0 | 1010000 | 10010 | 110 | 100111010 | 1010110 | 111001 |
Color Harmonies of #F031C4
Complementary color
Monochromatic Colors of #F031C4
Black with #F031C4
Text Example
Text Example
White with #F031C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031C4; }
p { color: rgb(240,49,196); }
H1.HeaderClassName
{
color: #F031C4;
}
.AnyTagClassName
{
color: #F031C4;
}
</style>
background-color css
<style>
a { background-color: #F031C4; }
a { background-color: rgb(240,49,196); }
div.DivClassName
{
background-color: #F031C4;
}
.BgClassName
{
background-color: #F031C4;
}
</style>
border-color css
<style>
span { border-color: #F031C4; }
span { border-color: rgb(240,49,196); }
td.TdClassName
{
border-color: #F031C4;
}
.TagClassName
{
border-color: #F031C4;
}
</style>