Shades of Razzle Dazzle Rose #F629D4
Tints of Razzle Dazzle Rose #F629D4
RGB
CMYK
RGB Variations
Color information
#F629D4 (or 0xF629D4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and D4. RGB value is (246,41,212). Sum of RGB (Red+Green+Blue) = 246+41+212=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F629D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629D4 is #09D62B. Grayscale: #797979. Windows color (decimal): -644652 or 13904374. OLE color: 13904374.
HSL color Cylindrical-coordinate representation of color #F629D4: hue angle of 309.95º 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 #F629D4 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 212 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.04 |
| HSL | 309.95º | 0.92% | 0.56% | - |
| HSV(B) | 309.95º | 0.83% | 0.96% | - |
| XYZ | 50.68 | 25.93 | 64.62 | - |
| YUV | 121.79 | 178.92 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 212 | 0 | 0.83 | 0.14 | 0.04 | 309.95 | 0.92 | 0.56 |
| Hex | F6 | 29 | D4 | 0 | 53 | E | 4 | 136 | 5C | 38 |
| Octal | 366 | 51 | 324 | 0 | 123 | 16 | 4 | 466 | 134 | 70 |
| Binary | 11110110 | 101001 | 11010100 | 0 | 1010011 | 1110 | 100 | 100110110 | 1011100 | 111000 |
Color Harmonies of #F629D4
Complementary color
Monochromatic Colors of #F629D4
Black with #F629D4
Text Example
Text Example
White with #F629D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629D4; }
p { color: rgb(246,41,212); }
H1.HeaderClassName
{
color: #F629D4;
}
.AnyTagClassName
{
color: #F629D4;
}
</style>
background-color css
<style>
a { background-color: #F629D4; }
a { background-color: rgb(246,41,212); }
div.DivClassName
{
background-color: #F629D4;
}
.BgClassName
{
background-color: #F629D4;
}
</style>
border-color css
<style>
span { border-color: #F629D4; }
span { border-color: rgb(246,41,212); }
td.TdClassName
{
border-color: #F629D4;
}
.TagClassName
{
border-color: #F629D4;
}
</style>