Shades of Razzle Dazzle Rose #F629ED
Tints of Razzle Dazzle Rose #F629ED
RGB
CMYK
RGB Variations
Color information
#F629ED (or 0xF629ED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and ED. RGB value is (246,41,237). Sum of RGB (Red+Green+Blue) = 246+41+237=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F629ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F629ED is #09D612. Grayscale: #7C7C7C. Windows color (decimal): -644627 or 15542774. OLE color: 15542774.
HSL color Cylindrical-coordinate representation of color #F629ED: hue angle of 302.63º 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 #F629ED is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 237 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.04 |
| HSL | 302.63º | 0.92% | 0.56% | - |
| HSV(B) | 302.63º | 0.83% | 0.96% | - |
| XYZ | 54.09 | 27.29 | 82.54 | - |
| YUV | 124.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 237 | 0 | 0.83 | 0.04 | 0.04 | 302.63 | 0.92 | 0.56 |
| Hex | F6 | 29 | ED | 0 | 53 | 4 | 4 | 12F | 5C | 38 |
| Octal | 366 | 51 | 355 | 0 | 123 | 4 | 4 | 457 | 134 | 70 |
| Binary | 11110110 | 101001 | 11101101 | 0 | 1010011 | 100 | 100 | 100101111 | 1011100 | 111000 |
Color Harmonies of #F629ED
Complementary color
Monochromatic Colors of #F629ED
Black with #F629ED
Text Example
Text Example
White with #F629ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629ED; }
p { color: rgb(246,41,237); }
H1.HeaderClassName
{
color: #F629ED;
}
.AnyTagClassName
{
color: #F629ED;
}
</style>
background-color css
<style>
a { background-color: #F629ED; }
a { background-color: rgb(246,41,237); }
div.DivClassName
{
background-color: #F629ED;
}
.BgClassName
{
background-color: #F629ED;
}
</style>
border-color css
<style>
span { border-color: #F629ED; }
span { border-color: rgb(246,41,237); }
td.TdClassName
{
border-color: #F629ED;
}
.TagClassName
{
border-color: #F629ED;
}
</style>