Shades of Razzle Dazzle Rose #F62CDA
Tints of Razzle Dazzle Rose #F62CDA
RGB
CMYK
RGB Variations
Color information
#F62CDA (or 0xF62CDA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2C and DA. RGB value is (246,44,218). Sum of RGB (Red+Green+Blue) = 246+44+218=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 44 (17.58% from 255 or 8.66% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62CDA is #09D325. Grayscale: #7B7B7B. Windows color (decimal): -643878 or 14298358. OLE color: 14298358.
HSL color Cylindrical-coordinate representation of color #F62CDA: hue angle of 308.32º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62CDA is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 218 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.04 |
| HSL | 308.32º | 0.92% | 0.57% | - |
| HSV(B) | 308.32º | 0.82% | 0.96% | - |
| XYZ | 51.56 | 26.46 | 68.72 | - |
| YUV | 124.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 218 | 0 | 0.82 | 0.11 | 0.04 | 308.32 | 0.92 | 0.57 |
| Hex | F6 | 2C | DA | 0 | 52 | B | 4 | 134 | 5C | 39 |
| Octal | 366 | 54 | 332 | 0 | 122 | 13 | 4 | 464 | 134 | 71 |
| Binary | 11110110 | 101100 | 11011010 | 0 | 1010010 | 1011 | 100 | 100110100 | 1011100 | 111001 |
Color Harmonies of #F62CDA
Complementary color
Monochromatic Colors of #F62CDA
Black with #F62CDA
Text Example
Text Example
White with #F62CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CDA; }
p { color: rgb(246,44,218); }
H1.HeaderClassName
{
color: #F62CDA;
}
.AnyTagClassName
{
color: #F62CDA;
}
</style>
background-color css
<style>
a { background-color: #F62CDA; }
a { background-color: rgb(246,44,218); }
div.DivClassName
{
background-color: #F62CDA;
}
.BgClassName
{
background-color: #F62CDA;
}
</style>
border-color css
<style>
span { border-color: #F62CDA; }
span { border-color: rgb(246,44,218); }
td.TdClassName
{
border-color: #F62CDA;
}
.TagClassName
{
border-color: #F62CDA;
}
</style>