Shades of Razzle Dazzle Rose #F62FDD
Tints of Razzle Dazzle Rose #F62FDD
RGB
CMYK
RGB Variations
Color information
#F62FDD (or 0xF62FDD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2F and DD. RGB value is (246,47,221). Sum of RGB (Red+Green+Blue) = 246+47+221=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F62FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62FDD is #09D022. Grayscale: #7D7D7D. Windows color (decimal): -643107 or 14495734. OLE color: 14495734.
HSL color Cylindrical-coordinate representation of color #F62FDD: hue angle of 307.54º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62FDD is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 221 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.04 |
| HSL | 307.54º | 0.92% | 0.57% | - |
| HSV(B) | 307.54º | 0.81% | 0.96% | - |
| XYZ | 52.07 | 26.85 | 70.84 | - |
| YUV | 126.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 221 | 0 | 0.81 | 0.10 | 0.04 | 307.54 | 0.92 | 0.57 |
| Hex | F6 | 2F | DD | 0 | 51 | A | 4 | 134 | 5C | 39 |
| Octal | 366 | 57 | 335 | 0 | 121 | 12 | 4 | 464 | 134 | 71 |
| Binary | 11110110 | 101111 | 11011101 | 0 | 1010001 | 1010 | 100 | 100110100 | 1011100 | 111001 |
Color Harmonies of #F62FDD
Complementary color
Monochromatic Colors of #F62FDD
Black with #F62FDD
Text Example
Text Example
White with #F62FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62FDD; }
p { color: rgb(246,47,221); }
H1.HeaderClassName
{
color: #F62FDD;
}
.AnyTagClassName
{
color: #F62FDD;
}
</style>
background-color css
<style>
a { background-color: #F62FDD; }
a { background-color: rgb(246,47,221); }
div.DivClassName
{
background-color: #F62FDD;
}
.BgClassName
{
background-color: #F62FDD;
}
</style>
border-color css
<style>
span { border-color: #F62FDD; }
span { border-color: rgb(246,47,221); }
td.TdClassName
{
border-color: #F62FDD;
}
.TagClassName
{
border-color: #F62FDD;
}
</style>