Shades of Razzle Dazzle Rose #F63CCB
Tints of Razzle Dazzle Rose #F63CCB
RGB
CMYK
RGB Variations
Color information
#F63CCB (or 0xF63CCB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and CB. RGB value is (246,60,203). Sum of RGB (Red+Green+Blue) = 246+60+203=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CCB is #09C334. Grayscale: #838383. Windows color (decimal): -639797 or 13319414. OLE color: 13319414.
HSL color Cylindrical-coordinate representation of color #F63CCB: hue angle of 313.87º 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 #F63CCB is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 203 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.87º | 0.91% | 0.6% | - |
| HSV(B) | 313.87º | 0.76% | 0.96% | - |
| XYZ | 50.4 | 27.14 | 59.08 | - |
| YUV | 131.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 203 | 0 | 0.76 | 0.17 | 0.04 | 313.87 | 0.91 | 0.6 |
| Hex | F6 | 3C | CB | 0 | 4C | 11 | 4 | 13A | 5B | 3C |
| Octal | 366 | 74 | 313 | 0 | 114 | 21 | 4 | 472 | 133 | 74 |
| Binary | 11110110 | 111100 | 11001011 | 0 | 1001100 | 10001 | 100 | 100111010 | 1011011 | 111100 |
Color Harmonies of #F63CCB
Complementary color
Monochromatic Colors of #F63CCB
Black with #F63CCB
Text Example
Text Example
White with #F63CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CCB; }
p { color: rgb(246,60,203); }
H1.HeaderClassName
{
color: #F63CCB;
}
.AnyTagClassName
{
color: #F63CCB;
}
</style>
background-color css
<style>
a { background-color: #F63CCB; }
a { background-color: rgb(246,60,203); }
div.DivClassName
{
background-color: #F63CCB;
}
.BgClassName
{
background-color: #F63CCB;
}
</style>
border-color css
<style>
span { border-color: #F63CCB; }
span { border-color: rgb(246,60,203); }
td.TdClassName
{
border-color: #F63CCB;
}
.TagClassName
{
border-color: #F63CCB;
}
</style>