Shades of Razzle Dazzle Rose #F62ADB
Tints of Razzle Dazzle Rose #F62ADB
RGB
CMYK
RGB Variations
Color information
#F62ADB (or 0xF62ADB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and DB. RGB value is (246,42,219). Sum of RGB (Red+Green+Blue) = 246+42+219=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 42 (16.80% from 255 or 8.28% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F62ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62ADB is #09D524. Grayscale: #7A7A7A. Windows color (decimal): -644389 or 14363382. OLE color: 14363382.
HSL color Cylindrical-coordinate representation of color #F62ADB: hue angle of 307.94º 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 #F62ADB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 219 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.04 |
| HSL | 307.94º | 0.92% | 0.56% | - |
| HSV(B) | 307.94º | 0.83% | 0.96% | - |
| XYZ | 51.62 | 26.36 | 69.39 | - |
| YUV | 123.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 219 | 0 | 0.83 | 0.11 | 0.04 | 307.94 | 0.92 | 0.56 |
| Hex | F6 | 2A | DB | 0 | 53 | B | 4 | 134 | 5C | 38 |
| Octal | 366 | 52 | 333 | 0 | 123 | 13 | 4 | 464 | 134 | 70 |
| Binary | 11110110 | 101010 | 11011011 | 0 | 1010011 | 1011 | 100 | 100110100 | 1011100 | 111000 |
Color Harmonies of #F62ADB
Complementary color
Monochromatic Colors of #F62ADB
Black with #F62ADB
Text Example
Text Example
White with #F62ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62ADB; }
p { color: rgb(246,42,219); }
H1.HeaderClassName
{
color: #F62ADB;
}
.AnyTagClassName
{
color: #F62ADB;
}
</style>
background-color css
<style>
a { background-color: #F62ADB; }
a { background-color: rgb(246,42,219); }
div.DivClassName
{
background-color: #F62ADB;
}
.BgClassName
{
background-color: #F62ADB;
}
</style>
border-color css
<style>
span { border-color: #F62ADB; }
span { border-color: rgb(246,42,219); }
td.TdClassName
{
border-color: #F62ADB;
}
.TagClassName
{
border-color: #F62ADB;
}
</style>