Shades of Razzle Dazzle Rose #F61EDA
Tints of Razzle Dazzle Rose #F61EDA
RGB
CMYK
RGB Variations
Color information
#F61EDA (or 0xF61EDA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1E and DA. RGB value is (246,30,218). Sum of RGB (Red+Green+Blue) = 246+30+218=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61EDA is #09E125. Grayscale: #737373. Windows color (decimal): -647462 or 14294774. OLE color: 14294774.
HSL color Cylindrical-coordinate representation of color #F61EDA: hue angle of 307.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61EDA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 218 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.04 |
| HSL | 307.78º | 0.92% | 0.54% | - |
| HSV(B) | 307.78º | 0.88% | 0.96% | - |
| XYZ | 51.13 | 25.58 | 68.57 | - |
| YUV | 116.02 | 185.56 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 218 | 0 | 0.88 | 0.11 | 0.04 | 307.78 | 0.92 | 0.54 |
| Hex | F6 | 1E | DA | 0 | 58 | B | 4 | 134 | 5C | 36 |
| Octal | 366 | 36 | 332 | 0 | 130 | 13 | 4 | 464 | 134 | 66 |
| Binary | 11110110 | 11110 | 11011010 | 0 | 1011000 | 1011 | 100 | 100110100 | 1011100 | 110110 |
Color Harmonies of #F61EDA
Complementary color
Monochromatic Colors of #F61EDA
Black with #F61EDA
Text Example
Text Example
White with #F61EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EDA; }
p { color: rgb(246,30,218); }
H1.HeaderClassName
{
color: #F61EDA;
}
.AnyTagClassName
{
color: #F61EDA;
}
</style>
background-color css
<style>
a { background-color: #F61EDA; }
a { background-color: rgb(246,30,218); }
div.DivClassName
{
background-color: #F61EDA;
}
.BgClassName
{
background-color: #F61EDA;
}
</style>
border-color css
<style>
span { border-color: #F61EDA; }
span { border-color: rgb(246,30,218); }
td.TdClassName
{
border-color: #F61EDA;
}
.TagClassName
{
border-color: #F61EDA;
}
</style>