Shades of Razzle Dazzle Rose #F031CA
Tints of Razzle Dazzle Rose #F031CA
RGB
CMYK
RGB Variations
Color information
#F031CA (or 0xF031CA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and CA. RGB value is (240,49,202). Sum of RGB (Red+Green+Blue) = 240+49+202=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F031CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031CA is #0FCE35. Grayscale: #7B7B7B. Windows color (decimal): -1035830 or 13251056. OLE color: 13251056.
HSL color Cylindrical-coordinate representation of color #F031CA: hue angle of 311.94º 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 #F031CA is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 202 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.06 |
| HSL | 311.94º | 0.86% | 0.57% | - |
| HSV(B) | 311.94º | 0.8% | 0.94% | - |
| XYZ | 47.69 | 24.99 | 58.19 | - |
| YUV | 123.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 202 | 0 | 0.80 | 0.16 | 0.06 | 311.94 | 0.86 | 0.57 |
| Hex | F0 | 31 | CA | 0 | 50 | 10 | 6 | 138 | 56 | 39 |
| Octal | 360 | 61 | 312 | 0 | 120 | 20 | 6 | 470 | 126 | 71 |
| Binary | 11110000 | 110001 | 11001010 | 0 | 1010000 | 10000 | 110 | 100111000 | 1010110 | 111001 |
Color Harmonies of #F031CA
Complementary color
Monochromatic Colors of #F031CA
Black with #F031CA
Text Example
Text Example
White with #F031CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031CA; }
p { color: rgb(240,49,202); }
H1.HeaderClassName
{
color: #F031CA;
}
.AnyTagClassName
{
color: #F031CA;
}
</style>
background-color css
<style>
a { background-color: #F031CA; }
a { background-color: rgb(240,49,202); }
div.DivClassName
{
background-color: #F031CA;
}
.BgClassName
{
background-color: #F031CA;
}
</style>
border-color css
<style>
span { border-color: #F031CA; }
span { border-color: rgb(240,49,202); }
td.TdClassName
{
border-color: #F031CA;
}
.TagClassName
{
border-color: #F031CA;
}
</style>