Shades of Razzle Dazzle Rose #F63BCB
Tints of Razzle Dazzle Rose #F63BCB
RGB
CMYK
RGB Variations
Color information
#F63BCB (or 0xF63BCB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and CB. RGB value is (246,59,203). Sum of RGB (Red+Green+Blue) = 246+59+203=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BCB is #09C434. Grayscale: #828282. Windows color (decimal): -640053 or 13319158. OLE color: 13319158.
HSL color Cylindrical-coordinate representation of color #F63BCB: hue angle of 313.8º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63BCB is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 203 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.8º | 0.91% | 0.6% | - |
| HSV(B) | 313.8º | 0.76% | 0.96% | - |
| XYZ | 50.35 | 27.03 | 59.06 | - |
| YUV | 131.33 | 168.45 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 203 | 0 | 0.76 | 0.17 | 0.04 | 313.8 | 0.91 | 0.6 |
| Hex | F6 | 3B | CB | 0 | 4C | 11 | 4 | 13A | 5B | 3C |
| Octal | 366 | 73 | 313 | 0 | 114 | 21 | 4 | 472 | 133 | 74 |
| Binary | 11110110 | 111011 | 11001011 | 0 | 1001100 | 10001 | 100 | 100111010 | 1011011 | 111100 |
Color Harmonies of #F63BCB
Complementary color
Monochromatic Colors of #F63BCB
Black with #F63BCB
Text Example
Text Example
White with #F63BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BCB; }
p { color: rgb(246,59,203); }
H1.HeaderClassName
{
color: #F63BCB;
}
.AnyTagClassName
{
color: #F63BCB;
}
</style>
background-color css
<style>
a { background-color: #F63BCB; }
a { background-color: rgb(246,59,203); }
div.DivClassName
{
background-color: #F63BCB;
}
.BgClassName
{
background-color: #F63BCB;
}
</style>
border-color css
<style>
span { border-color: #F63BCB; }
span { border-color: rgb(246,59,203); }
td.TdClassName
{
border-color: #F63BCB;
}
.TagClassName
{
border-color: #F63BCB;
}
</style>