Shades of Razzle Dazzle Rose #F629D1
Tints of Razzle Dazzle Rose #F629D1
RGB
CMYK
RGB Variations
Color information
#F629D1 (or 0xF629D1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and D1. RGB value is (246,41,209). Sum of RGB (Red+Green+Blue) = 246+41+209=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F629D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629D1 is #09D62E. Grayscale: #787878. Windows color (decimal): -644655 or 13707766. OLE color: 13707766.
HSL color Cylindrical-coordinate representation of color #F629D1: hue angle of 310.83º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F629D1 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 209 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.04 |
| HSL | 310.83º | 0.92% | 0.56% | - |
| HSV(B) | 310.83º | 0.83% | 0.96% | - |
| XYZ | 50.31 | 25.78 | 62.65 | - |
| YUV | 121.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 209 | 0 | 0.83 | 0.15 | 0.04 | 310.83 | 0.92 | 0.56 |
| Hex | F6 | 29 | D1 | 0 | 53 | F | 4 | 137 | 5C | 38 |
| Octal | 366 | 51 | 321 | 0 | 123 | 17 | 4 | 467 | 134 | 70 |
| Binary | 11110110 | 101001 | 11010001 | 0 | 1010011 | 1111 | 100 | 100110111 | 1011100 | 111000 |
Color Harmonies of #F629D1
Complementary color
Monochromatic Colors of #F629D1
Black with #F629D1
Text Example
Text Example
White with #F629D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629D1; }
p { color: rgb(246,41,209); }
H1.HeaderClassName
{
color: #F629D1;
}
.AnyTagClassName
{
color: #F629D1;
}
</style>
background-color css
<style>
a { background-color: #F629D1; }
a { background-color: rgb(246,41,209); }
div.DivClassName
{
background-color: #F629D1;
}
.BgClassName
{
background-color: #F629D1;
}
</style>
border-color css
<style>
span { border-color: #F629D1; }
span { border-color: rgb(246,41,209); }
td.TdClassName
{
border-color: #F629D1;
}
.TagClassName
{
border-color: #F629D1;
}
</style>