Shades of Razzle Dazzle Rose #F62CBA
Tints of Razzle Dazzle Rose #F62CBA
RGB
CMYK
RGB Variations
Color information
#F62CBA (or 0xF62CBA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2C and BA. RGB value is (246,44,186). Sum of RGB (Red+Green+Blue) = 246+44+186=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62CBA is #09D345. Grayscale: #787878. Windows color (decimal): -643910 or 12201206. OLE color: 12201206.
HSL color Cylindrical-coordinate representation of color #F62CBA: hue angle of 317.82º 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 #F62CBA is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 186 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.04 |
| HSL | 317.82º | 0.92% | 0.57% | - |
| HSV(B) | 317.82º | 0.82% | 0.96% | - |
| XYZ | 47.77 | 24.94 | 48.75 | - |
| YUV | 120.59 | 164.92 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 186 | 0 | 0.82 | 0.24 | 0.04 | 317.82 | 0.92 | 0.57 |
| Hex | F6 | 2C | BA | 0 | 52 | 18 | 4 | 13E | 5C | 39 |
| Octal | 366 | 54 | 272 | 0 | 122 | 30 | 4 | 476 | 134 | 71 |
| Binary | 11110110 | 101100 | 10111010 | 0 | 1010010 | 11000 | 100 | 100111110 | 1011100 | 111001 |
Color Harmonies of #F62CBA
Complementary color
Monochromatic Colors of #F62CBA
Black with #F62CBA
Text Example
Text Example
White with #F62CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CBA; }
p { color: rgb(246,44,186); }
H1.HeaderClassName
{
color: #F62CBA;
}
.AnyTagClassName
{
color: #F62CBA;
}
</style>
background-color css
<style>
a { background-color: #F62CBA; }
a { background-color: rgb(246,44,186); }
div.DivClassName
{
background-color: #F62CBA;
}
.BgClassName
{
background-color: #F62CBA;
}
</style>
border-color css
<style>
span { border-color: #F62CBA; }
span { border-color: rgb(246,44,186); }
td.TdClassName
{
border-color: #F62CBA;
}
.TagClassName
{
border-color: #F62CBA;
}
</style>