Shades of Razzle Dazzle Rose #F626D0
Tints of Razzle Dazzle Rose #F626D0
RGB
CMYK
RGB Variations
Color information
#F626D0 (or 0xF626D0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 26 and D0. RGB value is (246,38,208). Sum of RGB (Red+Green+Blue) = 246+38+208=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F626D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F626D0 is #09D92F. Grayscale: #777777. Windows color (decimal): -645424 or 13641462. OLE color: 13641462.
HSL color Cylindrical-coordinate representation of color #F626D0: hue angle of 310.96º 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 #F626D0 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 208 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.04 |
| HSL | 310.96º | 0.92% | 0.56% | - |
| HSV(B) | 310.96º | 0.85% | 0.96% | - |
| XYZ | 50.08 | 25.53 | 61.96 | - |
| YUV | 119.57 | 177.91 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 208 | 0 | 0.85 | 0.15 | 0.04 | 310.96 | 0.92 | 0.56 |
| Hex | F6 | 26 | D0 | 0 | 55 | F | 4 | 137 | 5C | 38 |
| Octal | 366 | 46 | 320 | 0 | 125 | 17 | 4 | 467 | 134 | 70 |
| Binary | 11110110 | 100110 | 11010000 | 0 | 1010101 | 1111 | 100 | 100110111 | 1011100 | 111000 |
Color Harmonies of #F626D0
Complementary color
Monochromatic Colors of #F626D0
Black with #F626D0
Text Example
Text Example
White with #F626D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F626D0; }
p { color: rgb(246,38,208); }
H1.HeaderClassName
{
color: #F626D0;
}
.AnyTagClassName
{
color: #F626D0;
}
</style>
background-color css
<style>
a { background-color: #F626D0; }
a { background-color: rgb(246,38,208); }
div.DivClassName
{
background-color: #F626D0;
}
.BgClassName
{
background-color: #F626D0;
}
</style>
border-color css
<style>
span { border-color: #F626D0; }
span { border-color: rgb(246,38,208); }
td.TdClassName
{
border-color: #F626D0;
}
.TagClassName
{
border-color: #F626D0;
}
</style>