Shades of Razzle Dazzle Rose #F62CCD
Tints of Razzle Dazzle Rose #F62CCD
RGB
CMYK
RGB Variations
Color information
#F62CCD (or 0xF62CCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2C and CD. RGB value is (246,44,205). Sum of RGB (Red+Green+Blue) = 246+44+205=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62CCD is #09D332. Grayscale: #7A7A7A. Windows color (decimal): -643891 or 13446390. OLE color: 13446390.
HSL color Cylindrical-coordinate representation of color #F62CCD: hue angle of 312.18º 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 #F62CCD is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 205 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.04 |
| HSL | 312.18º | 0.92% | 0.57% | - |
| HSV(B) | 312.18º | 0.82% | 0.96% | - |
| XYZ | 49.93 | 25.8 | 60.11 | - |
| YUV | 122.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 205 | 0 | 0.82 | 0.17 | 0.04 | 312.18 | 0.92 | 0.57 |
| Hex | F6 | 2C | CD | 0 | 52 | 11 | 4 | 138 | 5C | 39 |
| Octal | 366 | 54 | 315 | 0 | 122 | 21 | 4 | 470 | 134 | 71 |
| Binary | 11110110 | 101100 | 11001101 | 0 | 1010010 | 10001 | 100 | 100111000 | 1011100 | 111001 |
Color Harmonies of #F62CCD
Complementary color
Monochromatic Colors of #F62CCD
Black with #F62CCD
Text Example
Text Example
White with #F62CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CCD; }
p { color: rgb(246,44,205); }
H1.HeaderClassName
{
color: #F62CCD;
}
.AnyTagClassName
{
color: #F62CCD;
}
</style>
background-color css
<style>
a { background-color: #F62CCD; }
a { background-color: rgb(246,44,205); }
div.DivClassName
{
background-color: #F62CCD;
}
.BgClassName
{
background-color: #F62CCD;
}
</style>
border-color css
<style>
span { border-color: #F62CCD; }
span { border-color: rgb(246,44,205); }
td.TdClassName
{
border-color: #F62CCD;
}
.TagClassName
{
border-color: #F62CCD;
}
</style>