Shades of Razzle Dazzle Rose #F62ACB
Tints of Razzle Dazzle Rose #F62ACB
RGB
CMYK
RGB Variations
Color information
#F62ACB (or 0xF62ACB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and CB. RGB value is (246,42,203). Sum of RGB (Red+Green+Blue) = 246+42+203=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F62ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62ACB is #09D534. Grayscale: #787878. Windows color (decimal): -644405 or 13314806. OLE color: 13314806.
HSL color Cylindrical-coordinate representation of color #F62ACB: hue angle of 312.65º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62ACB is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 203 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.04 |
| HSL | 312.65º | 0.92% | 0.56% | - |
| HSV(B) | 312.65º | 0.83% | 0.96% | - |
| XYZ | 49.61 | 25.56 | 58.82 | - |
| YUV | 121.35 | 174.09 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 203 | 0 | 0.83 | 0.17 | 0.04 | 312.65 | 0.92 | 0.56 |
| Hex | F6 | 2A | CB | 0 | 53 | 11 | 4 | 139 | 5C | 38 |
| Octal | 366 | 52 | 313 | 0 | 123 | 21 | 4 | 471 | 134 | 70 |
| Binary | 11110110 | 101010 | 11001011 | 0 | 1010011 | 10001 | 100 | 100111001 | 1011100 | 111000 |
Color Harmonies of #F62ACB
Complementary color
Monochromatic Colors of #F62ACB
Black with #F62ACB
Text Example
Text Example
White with #F62ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62ACB; }
p { color: rgb(246,42,203); }
H1.HeaderClassName
{
color: #F62ACB;
}
.AnyTagClassName
{
color: #F62ACB;
}
</style>
background-color css
<style>
a { background-color: #F62ACB; }
a { background-color: rgb(246,42,203); }
div.DivClassName
{
background-color: #F62ACB;
}
.BgClassName
{
background-color: #F62ACB;
}
</style>
border-color css
<style>
span { border-color: #F62ACB; }
span { border-color: rgb(246,42,203); }
td.TdClassName
{
border-color: #F62ACB;
}
.TagClassName
{
border-color: #F62ACB;
}
</style>