Shades of Razzle Dazzle Rose #F62BDC
Tints of Razzle Dazzle Rose #F62BDC
RGB
CMYK
RGB Variations
Color information
#F62BDC (or 0xF62BDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2B and DC. RGB value is (246,43,220). Sum of RGB (Red+Green+Blue) = 246+43+220=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 43 (17.19% from 255 or 8.45% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62BDC is #09D423. Grayscale: #7B7B7B. Windows color (decimal): -644132 or 14429174. OLE color: 14429174.
HSL color Cylindrical-coordinate representation of color #F62BDC: hue angle of 307.68º 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 #F62BDC is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 220 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.04 |
| HSL | 307.68º | 0.92% | 0.57% | - |
| HSV(B) | 307.68º | 0.83% | 0.96% | - |
| XYZ | 51.79 | 26.49 | 70.09 | - |
| YUV | 123.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 220 | 0 | 0.83 | 0.11 | 0.04 | 307.68 | 0.92 | 0.57 |
| Hex | F6 | 2B | DC | 0 | 53 | B | 4 | 134 | 5C | 39 |
| Octal | 366 | 53 | 334 | 0 | 123 | 13 | 4 | 464 | 134 | 71 |
| Binary | 11110110 | 101011 | 11011100 | 0 | 1010011 | 1011 | 100 | 100110100 | 1011100 | 111001 |
Color Harmonies of #F62BDC
Complementary color
Monochromatic Colors of #F62BDC
Black with #F62BDC
Text Example
Text Example
White with #F62BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62BDC; }
p { color: rgb(246,43,220); }
H1.HeaderClassName
{
color: #F62BDC;
}
.AnyTagClassName
{
color: #F62BDC;
}
</style>
background-color css
<style>
a { background-color: #F62BDC; }
a { background-color: rgb(246,43,220); }
div.DivClassName
{
background-color: #F62BDC;
}
.BgClassName
{
background-color: #F62BDC;
}
</style>
border-color css
<style>
span { border-color: #F62BDC; }
span { border-color: rgb(246,43,220); }
td.TdClassName
{
border-color: #F62BDC;
}
.TagClassName
{
border-color: #F62BDC;
}
</style>