Shades of Razzle Dazzle Rose #F62ADD
Tints of Razzle Dazzle Rose #F62ADD
RGB
CMYK
RGB Variations
Color information
#F62ADD (or 0xF62ADD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and DD. RGB value is (246,42,221). Sum of RGB (Red+Green+Blue) = 246+42+221=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F62ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62ADD is #09D522. Grayscale: #7A7A7A. Windows color (decimal): -644387 or 14494454. OLE color: 14494454.
HSL color Cylindrical-coordinate representation of color #F62ADD: hue angle of 307.35º 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 #F62ADD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 221 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.04 |
| HSL | 307.35º | 0.92% | 0.56% | - |
| HSV(B) | 307.35º | 0.83% | 0.96% | - |
| XYZ | 51.89 | 26.47 | 70.78 | - |
| YUV | 123.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 221 | 0 | 0.83 | 0.10 | 0.04 | 307.35 | 0.92 | 0.56 |
| Hex | F6 | 2A | DD | 0 | 53 | A | 4 | 133 | 5C | 38 |
| Octal | 366 | 52 | 335 | 0 | 123 | 12 | 4 | 463 | 134 | 70 |
| Binary | 11110110 | 101010 | 11011101 | 0 | 1010011 | 1010 | 100 | 100110011 | 1011100 | 111000 |
Color Harmonies of #F62ADD
Complementary color
Monochromatic Colors of #F62ADD
Black with #F62ADD
Text Example
Text Example
White with #F62ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62ADD; }
p { color: rgb(246,42,221); }
H1.HeaderClassName
{
color: #F62ADD;
}
.AnyTagClassName
{
color: #F62ADD;
}
</style>
background-color css
<style>
a { background-color: #F62ADD; }
a { background-color: rgb(246,42,221); }
div.DivClassName
{
background-color: #F62ADD;
}
.BgClassName
{
background-color: #F62ADD;
}
</style>
border-color css
<style>
span { border-color: #F62ADD; }
span { border-color: rgb(246,42,221); }
td.TdClassName
{
border-color: #F62ADD;
}
.TagClassName
{
border-color: #F62ADD;
}
</style>