Shades of Razzle Dazzle Rose #F031D1
Tints of Razzle Dazzle Rose #F031D1
RGB
CMYK
RGB Variations
Color information
#F031D1 (or 0xF031D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and D1. RGB value is (240,49,209). Sum of RGB (Red+Green+Blue) = 240+49+209=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F031D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031D1 is #0FCE2E. Grayscale: #7B7B7B. Windows color (decimal): -1035823 or 13709808. OLE color: 13709808.
HSL color Cylindrical-coordinate representation of color #F031D1: hue angle of 309.74º 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 #F031D1 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 209 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.06 |
| HSL | 309.74º | 0.86% | 0.57% | - |
| HSV(B) | 309.74º | 0.8% | 0.94% | - |
| XYZ | 48.54 | 25.33 | 62.65 | - |
| YUV | 124.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 209 | 0 | 0.80 | 0.13 | 0.06 | 309.74 | 0.86 | 0.57 |
| Hex | F0 | 31 | D1 | 0 | 50 | D | 6 | 136 | 56 | 39 |
| Octal | 360 | 61 | 321 | 0 | 120 | 15 | 6 | 466 | 126 | 71 |
| Binary | 11110000 | 110001 | 11010001 | 0 | 1010000 | 1101 | 110 | 100110110 | 1010110 | 111001 |
Color Harmonies of #F031D1
Complementary color
Monochromatic Colors of #F031D1
Black with #F031D1
Text Example
Text Example
White with #F031D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031D1; }
p { color: rgb(240,49,209); }
H1.HeaderClassName
{
color: #F031D1;
}
.AnyTagClassName
{
color: #F031D1;
}
</style>
background-color css
<style>
a { background-color: #F031D1; }
a { background-color: rgb(240,49,209); }
div.DivClassName
{
background-color: #F031D1;
}
.BgClassName
{
background-color: #F031D1;
}
</style>
border-color css
<style>
span { border-color: #F031D1; }
span { border-color: rgb(240,49,209); }
td.TdClassName
{
border-color: #F031D1;
}
.TagClassName
{
border-color: #F031D1;
}
</style>