Shades of Razzle Dazzle Rose #F62BCB
Tints of Razzle Dazzle Rose #F62BCB
RGB
CMYK
RGB Variations
Color information
#F62BCB (or 0xF62BCB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2B and CB. RGB value is (246,43,203). Sum of RGB (Red+Green+Blue) = 246+43+203=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62BCB is #09D434. Grayscale: #797979. Windows color (decimal): -644149 or 13315062. OLE color: 13315062.
HSL color Cylindrical-coordinate representation of color #F62BCB: hue angle of 312.71º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62BCB is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 203 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.04 |
| HSL | 312.71º | 0.92% | 0.57% | - |
| HSV(B) | 312.71º | 0.83% | 0.96% | - |
| XYZ | 49.65 | 25.63 | 58.83 | - |
| YUV | 121.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 203 | 0 | 0.83 | 0.17 | 0.04 | 312.71 | 0.92 | 0.57 |
| Hex | F6 | 2B | CB | 0 | 53 | 11 | 4 | 139 | 5C | 39 |
| Octal | 366 | 53 | 313 | 0 | 123 | 21 | 4 | 471 | 134 | 71 |
| Binary | 11110110 | 101011 | 11001011 | 0 | 1010011 | 10001 | 100 | 100111001 | 1011100 | 111001 |
Color Harmonies of #F62BCB
Complementary color
Monochromatic Colors of #F62BCB
Black with #F62BCB
Text Example
Text Example
White with #F62BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62BCB; }
p { color: rgb(246,43,203); }
H1.HeaderClassName
{
color: #F62BCB;
}
.AnyTagClassName
{
color: #F62BCB;
}
</style>
background-color css
<style>
a { background-color: #F62BCB; }
a { background-color: rgb(246,43,203); }
div.DivClassName
{
background-color: #F62BCB;
}
.BgClassName
{
background-color: #F62BCB;
}
</style>
border-color css
<style>
span { border-color: #F62BCB; }
span { border-color: rgb(246,43,203); }
td.TdClassName
{
border-color: #F62BCB;
}
.TagClassName
{
border-color: #F62BCB;
}
</style>