Shades of Razzle Dazzle Rose #F631D6
Tints of Razzle Dazzle Rose #F631D6
RGB
CMYK
RGB Variations
Color information
#F631D6 (or 0xF631D6) is known color: Razzle Dazzle Rose. HEX triplet: F6, 31 and D6. RGB value is (246,49,214). Sum of RGB (Red+Green+Blue) = 246+49+214=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F631D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631D6 is #09CE29. Grayscale: #7E7E7E. Windows color (decimal): -642602 or 14037494. OLE color: 14037494.
HSL color Cylindrical-coordinate representation of color #F631D6: hue angle of 309.75º 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 #F631D6 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 214 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.04 |
| HSL | 309.75º | 0.92% | 0.58% | - |
| HSV(B) | 309.75º | 0.8% | 0.96% | - |
| XYZ | 51.24 | 26.64 | 66.06 | - |
| YUV | 126.71 | 177.27 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 214 | 0 | 0.80 | 0.13 | 0.04 | 309.75 | 0.92 | 0.58 |
| Hex | F6 | 31 | D6 | 0 | 50 | D | 4 | 136 | 5C | 3A |
| Octal | 366 | 61 | 326 | 0 | 120 | 15 | 4 | 466 | 134 | 72 |
| Binary | 11110110 | 110001 | 11010110 | 0 | 1010000 | 1101 | 100 | 100110110 | 1011100 | 111010 |
Color Harmonies of #F631D6
Complementary color
Monochromatic Colors of #F631D6
Black with #F631D6
Text Example
Text Example
White with #F631D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F631D6; }
p { color: rgb(246,49,214); }
H1.HeaderClassName
{
color: #F631D6;
}
.AnyTagClassName
{
color: #F631D6;
}
</style>
background-color css
<style>
a { background-color: #F631D6; }
a { background-color: rgb(246,49,214); }
div.DivClassName
{
background-color: #F631D6;
}
.BgClassName
{
background-color: #F631D6;
}
</style>
border-color css
<style>
span { border-color: #F631D6; }
span { border-color: rgb(246,49,214); }
td.TdClassName
{
border-color: #F631D6;
}
.TagClassName
{
border-color: #F631D6;
}
</style>