Shades of Razzle Dazzle Rose #F631D3
Tints of Razzle Dazzle Rose #F631D3
RGB
CMYK
RGB Variations
Color information
#F631D3 (or 0xF631D3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 31 and D3. RGB value is (246,49,211). Sum of RGB (Red+Green+Blue) = 246+49+211=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F631D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631D3 is #09CE2C. Grayscale: #7D7D7D. Windows color (decimal): -642605 or 13840886. OLE color: 13840886.
HSL color Cylindrical-coordinate representation of color #F631D3: hue angle of 310.66º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F631D3 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 211 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.04 |
| HSL | 310.66º | 0.92% | 0.58% | - |
| HSV(B) | 310.66º | 0.8% | 0.96% | - |
| XYZ | 50.86 | 26.49 | 64.06 | - |
| YUV | 126.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 211 | 0 | 0.80 | 0.14 | 0.04 | 310.66 | 0.92 | 0.58 |
| Hex | F6 | 31 | D3 | 0 | 50 | E | 4 | 137 | 5C | 3A |
| Octal | 366 | 61 | 323 | 0 | 120 | 16 | 4 | 467 | 134 | 72 |
| Binary | 11110110 | 110001 | 11010011 | 0 | 1010000 | 1110 | 100 | 100110111 | 1011100 | 111010 |
Color Harmonies of #F631D3
Complementary color
Monochromatic Colors of #F631D3
Black with #F631D3
Text Example
Text Example
White with #F631D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F631D3; }
p { color: rgb(246,49,211); }
H1.HeaderClassName
{
color: #F631D3;
}
.AnyTagClassName
{
color: #F631D3;
}
</style>
background-color css
<style>
a { background-color: #F631D3; }
a { background-color: rgb(246,49,211); }
div.DivClassName
{
background-color: #F631D3;
}
.BgClassName
{
background-color: #F631D3;
}
</style>
border-color css
<style>
span { border-color: #F631D3; }
span { border-color: rgb(246,49,211); }
td.TdClassName
{
border-color: #F631D3;
}
.TagClassName
{
border-color: #F631D3;
}
</style>