Shades of Razzle Dazzle Rose #F62EDA
Tints of Razzle Dazzle Rose #F62EDA
RGB
CMYK
RGB Variations
Color information
#F62EDA (or 0xF62EDA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2E and DA. RGB value is (246,46,218). Sum of RGB (Red+Green+Blue) = 246+46+218=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F62EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62EDA is #09D125. Grayscale: #7C7C7C. Windows color (decimal): -643366 or 14298870. OLE color: 14298870.
HSL color Cylindrical-coordinate representation of color #F62EDA: hue angle of 308.4º 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 #F62EDA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 46 | 218 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.04 |
| HSL | 308.4º | 0.92% | 0.57% | - |
| HSV(B) | 308.4º | 0.81% | 0.96% | - |
| XYZ | 51.64 | 26.61 | 68.74 | - |
| YUV | 125.41 | 180.26 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 218 | 0 | 0.81 | 0.11 | 0.04 | 308.4 | 0.92 | 0.57 |
| Hex | F6 | 2E | DA | 0 | 51 | B | 4 | 134 | 5C | 39 |
| Octal | 366 | 56 | 332 | 0 | 121 | 13 | 4 | 464 | 134 | 71 |
| Binary | 11110110 | 101110 | 11011010 | 0 | 1010001 | 1011 | 100 | 100110100 | 1011100 | 111001 |
Color Harmonies of #F62EDA
Complementary color
Monochromatic Colors of #F62EDA
Black with #F62EDA
Text Example
Text Example
White with #F62EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62EDA; }
p { color: rgb(246,46,218); }
H1.HeaderClassName
{
color: #F62EDA;
}
.AnyTagClassName
{
color: #F62EDA;
}
</style>
background-color css
<style>
a { background-color: #F62EDA; }
a { background-color: rgb(246,46,218); }
div.DivClassName
{
background-color: #F62EDA;
}
.BgClassName
{
background-color: #F62EDA;
}
</style>
border-color css
<style>
span { border-color: #F62EDA; }
span { border-color: rgb(246,46,218); }
td.TdClassName
{
border-color: #F62EDA;
}
.TagClassName
{
border-color: #F62EDA;
}
</style>