Shades of Razzle Dazzle Rose #F643CB
Tints of Razzle Dazzle Rose #F643CB
RGB
CMYK
RGB Variations
Color information
#F643CB (or 0xF643CB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and CB. RGB value is (246,67,203). Sum of RGB (Red+Green+Blue) = 246+67+203=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F643CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643CB is #09BC34. Grayscale: #878787. Windows color (decimal): -638005 or 13321206. OLE color: 13321206.
HSL color Cylindrical-coordinate representation of color #F643CB: hue angle of 314.41º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F643CB is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 203 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.04 |
| HSL | 314.41º | 0.91% | 0.61% | - |
| HSV(B) | 314.41º | 0.73% | 0.96% | - |
| XYZ | 50.79 | 27.92 | 59.21 | - |
| YUV | 136.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 203 | 0 | 0.73 | 0.17 | 0.04 | 314.41 | 0.91 | 0.61 |
| Hex | F6 | 43 | CB | 0 | 49 | 11 | 4 | 13A | 5B | 3D |
| Octal | 366 | 103 | 313 | 0 | 111 | 21 | 4 | 472 | 133 | 75 |
| Binary | 11110110 | 1000011 | 11001011 | 0 | 1001001 | 10001 | 100 | 100111010 | 1011011 | 111101 |
Color Harmonies of #F643CB
Complementary color
Monochromatic Colors of #F643CB
Black with #F643CB
Text Example
Text Example
White with #F643CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643CB; }
p { color: rgb(246,67,203); }
H1.HeaderClassName
{
color: #F643CB;
}
.AnyTagClassName
{
color: #F643CB;
}
</style>
background-color css
<style>
a { background-color: #F643CB; }
a { background-color: rgb(246,67,203); }
div.DivClassName
{
background-color: #F643CB;
}
.BgClassName
{
background-color: #F643CB;
}
</style>
border-color css
<style>
span { border-color: #F643CB; }
span { border-color: rgb(246,67,203); }
td.TdClassName
{
border-color: #F643CB;
}
.TagClassName
{
border-color: #F643CB;
}
</style>