Shades of Razzle Dazzle Rose #F62AD3
Tints of Razzle Dazzle Rose #F62AD3
RGB
CMYK
RGB Variations
Color information
#F62AD3 (or 0xF62AD3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and D3. RGB value is (246,42,211). Sum of RGB (Red+Green+Blue) = 246+42+211=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F62AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62AD3 is #09D52C. Grayscale: #797979. Windows color (decimal): -644397 or 13839094. OLE color: 13839094.
HSL color Cylindrical-coordinate representation of color #F62AD3: hue angle of 310.29º 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 #F62AD3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 211 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.04 |
| HSL | 310.29º | 0.92% | 0.56% | - |
| HSV(B) | 310.29º | 0.83% | 0.96% | - |
| XYZ | 50.59 | 25.95 | 63.97 | - |
| YUV | 122.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 211 | 0 | 0.83 | 0.14 | 0.04 | 310.29 | 0.92 | 0.56 |
| Hex | F6 | 2A | D3 | 0 | 53 | E | 4 | 136 | 5C | 38 |
| Octal | 366 | 52 | 323 | 0 | 123 | 16 | 4 | 466 | 134 | 70 |
| Binary | 11110110 | 101010 | 11010011 | 0 | 1010011 | 1110 | 100 | 100110110 | 1011100 | 111000 |
Color Harmonies of #F62AD3
Complementary color
Monochromatic Colors of #F62AD3
Black with #F62AD3
Text Example
Text Example
White with #F62AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62AD3; }
p { color: rgb(246,42,211); }
H1.HeaderClassName
{
color: #F62AD3;
}
.AnyTagClassName
{
color: #F62AD3;
}
</style>
background-color css
<style>
a { background-color: #F62AD3; }
a { background-color: rgb(246,42,211); }
div.DivClassName
{
background-color: #F62AD3;
}
.BgClassName
{
background-color: #F62AD3;
}
</style>
border-color css
<style>
span { border-color: #F62AD3; }
span { border-color: rgb(246,42,211); }
td.TdClassName
{
border-color: #F62AD3;
}
.TagClassName
{
border-color: #F62AD3;
}
</style>