Shades of Razzle Dazzle Rose #F626ED
Tints of Razzle Dazzle Rose #F626ED
RGB
CMYK
RGB Variations
Color information
#F626ED (or 0xF626ED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 26 and ED. RGB value is (246,38,237). Sum of RGB (Red+Green+Blue) = 246+38+237=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 38 (15.23% from 255 or 7.29% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F626ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F626ED is #09D912. Grayscale: #7A7A7A. Windows color (decimal): -645395 or 15542006. OLE color: 15542006.
HSL color Cylindrical-coordinate representation of color #F626ED: hue angle of 302.6º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F626ED is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 237 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.04 |
| HSL | 302.6º | 0.92% | 0.56% | - |
| HSV(B) | 302.6º | 0.85% | 0.96% | - |
| XYZ | 53.99 | 27.09 | 82.51 | - |
| YUV | 122.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 237 | 0 | 0.85 | 0.04 | 0.04 | 302.6 | 0.92 | 0.56 |
| Hex | F6 | 26 | ED | 0 | 55 | 4 | 4 | 12F | 5C | 38 |
| Octal | 366 | 46 | 355 | 0 | 125 | 4 | 4 | 457 | 134 | 70 |
| Binary | 11110110 | 100110 | 11101101 | 0 | 1010101 | 100 | 100 | 100101111 | 1011100 | 111000 |
Color Harmonies of #F626ED
Complementary color
Monochromatic Colors of #F626ED
Black with #F626ED
Text Example
Text Example
White with #F626ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F626ED; }
p { color: rgb(246,38,237); }
H1.HeaderClassName
{
color: #F626ED;
}
.AnyTagClassName
{
color: #F626ED;
}
</style>
background-color css
<style>
a { background-color: #F626ED; }
a { background-color: rgb(246,38,237); }
div.DivClassName
{
background-color: #F626ED;
}
.BgClassName
{
background-color: #F626ED;
}
</style>
border-color css
<style>
span { border-color: #F626ED; }
span { border-color: rgb(246,38,237); }
td.TdClassName
{
border-color: #F626ED;
}
.TagClassName
{
border-color: #F626ED;
}
</style>