Shades of Razzle Dazzle Rose #F629D0
Tints of Razzle Dazzle Rose #F629D0
RGB
CMYK
RGB Variations
Color information
#F629D0 (or 0xF629D0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and D0. RGB value is (246,41,208). Sum of RGB (Red+Green+Blue) = 246+41+208=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F629D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629D0 is #09D62F. Grayscale: #787878. Windows color (decimal): -644656 or 13642230. OLE color: 13642230.
HSL color Cylindrical-coordinate representation of color #F629D0: hue angle of 311.12º 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 #F629D0 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 208 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.04 |
| HSL | 311.12º | 0.92% | 0.56% | - |
| HSV(B) | 311.12º | 0.83% | 0.96% | - |
| XYZ | 50.18 | 25.73 | 62 | - |
| YUV | 121.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 208 | 0 | 0.83 | 0.15 | 0.04 | 311.12 | 0.92 | 0.56 |
| Hex | F6 | 29 | D0 | 0 | 53 | F | 4 | 137 | 5C | 38 |
| Octal | 366 | 51 | 320 | 0 | 123 | 17 | 4 | 467 | 134 | 70 |
| Binary | 11110110 | 101001 | 11010000 | 0 | 1010011 | 1111 | 100 | 100110111 | 1011100 | 111000 |
Color Harmonies of #F629D0
Complementary color
Monochromatic Colors of #F629D0
Black with #F629D0
Text Example
Text Example
White with #F629D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629D0; }
p { color: rgb(246,41,208); }
H1.HeaderClassName
{
color: #F629D0;
}
.AnyTagClassName
{
color: #F629D0;
}
</style>
background-color css
<style>
a { background-color: #F629D0; }
a { background-color: rgb(246,41,208); }
div.DivClassName
{
background-color: #F629D0;
}
.BgClassName
{
background-color: #F629D0;
}
</style>
border-color css
<style>
span { border-color: #F629D0; }
span { border-color: rgb(246,41,208); }
td.TdClassName
{
border-color: #F629D0;
}
.TagClassName
{
border-color: #F629D0;
}
</style>