Shades of Razzle Dazzle Rose #F62FCD
Tints of Razzle Dazzle Rose #F62FCD
RGB
CMYK
RGB Variations
Color information
#F62FCD (or 0xF62FCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2F and CD. RGB value is (246,47,205). Sum of RGB (Red+Green+Blue) = 246+47+205=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F62FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62FCD is #09D032. Grayscale: #7C7C7C. Windows color (decimal): -643123 or 13447158. OLE color: 13447158.
HSL color Cylindrical-coordinate representation of color #F62FCD: hue angle of 312.36º 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 #F62FCD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 205 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.04 |
| HSL | 312.36º | 0.92% | 0.57% | - |
| HSV(B) | 312.36º | 0.81% | 0.96% | - |
| XYZ | 50.04 | 26.03 | 60.15 | - |
| YUV | 124.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 205 | 0 | 0.81 | 0.17 | 0.04 | 312.36 | 0.92 | 0.57 |
| Hex | F6 | 2F | CD | 0 | 51 | 11 | 4 | 138 | 5C | 39 |
| Octal | 366 | 57 | 315 | 0 | 121 | 21 | 4 | 470 | 134 | 71 |
| Binary | 11110110 | 101111 | 11001101 | 0 | 1010001 | 10001 | 100 | 100111000 | 1011100 | 111001 |
Color Harmonies of #F62FCD
Complementary color
Monochromatic Colors of #F62FCD
Black with #F62FCD
Text Example
Text Example
White with #F62FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62FCD; }
p { color: rgb(246,47,205); }
H1.HeaderClassName
{
color: #F62FCD;
}
.AnyTagClassName
{
color: #F62FCD;
}
</style>
background-color css
<style>
a { background-color: #F62FCD; }
a { background-color: rgb(246,47,205); }
div.DivClassName
{
background-color: #F62FCD;
}
.BgClassName
{
background-color: #F62FCD;
}
</style>
border-color css
<style>
span { border-color: #F62FCD; }
span { border-color: rgb(246,47,205); }
td.TdClassName
{
border-color: #F62FCD;
}
.TagClassName
{
border-color: #F62FCD;
}
</style>