Shades of Razzle Dazzle Rose #F63FCB
Tints of Razzle Dazzle Rose #F63FCB
RGB
CMYK
RGB Variations
Color information
#F63FCB (or 0xF63FCB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and CB. RGB value is (246,63,203). Sum of RGB (Red+Green+Blue) = 246+63+203=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FCB is #09C034. Grayscale: #858585. Windows color (decimal): -639029 or 13320182. OLE color: 13320182.
HSL color Cylindrical-coordinate representation of color #F63FCB: hue angle of 314.1º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FCB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 203 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.04 |
| HSL | 314.1º | 0.91% | 0.61% | - |
| HSV(B) | 314.1º | 0.74% | 0.96% | - |
| XYZ | 50.56 | 27.46 | 59.14 | - |
| YUV | 133.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 203 | 0 | 0.74 | 0.17 | 0.04 | 314.1 | 0.91 | 0.61 |
| Hex | F6 | 3F | CB | 0 | 4A | 11 | 4 | 13A | 5B | 3D |
| Octal | 366 | 77 | 313 | 0 | 112 | 21 | 4 | 472 | 133 | 75 |
| Binary | 11110110 | 111111 | 11001011 | 0 | 1001010 | 10001 | 100 | 100111010 | 1011011 | 111101 |
Color Harmonies of #F63FCB
Complementary color
Monochromatic Colors of #F63FCB
Black with #F63FCB
Text Example
Text Example
White with #F63FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FCB; }
p { color: rgb(246,63,203); }
H1.HeaderClassName
{
color: #F63FCB;
}
.AnyTagClassName
{
color: #F63FCB;
}
</style>
background-color css
<style>
a { background-color: #F63FCB; }
a { background-color: rgb(246,63,203); }
div.DivClassName
{
background-color: #F63FCB;
}
.BgClassName
{
background-color: #F63FCB;
}
</style>
border-color css
<style>
span { border-color: #F63FCB; }
span { border-color: rgb(246,63,203); }
td.TdClassName
{
border-color: #F63FCB;
}
.TagClassName
{
border-color: #F63FCB;
}
</style>