Shades of Razzle Dazzle Rose #F643BD
Tints of Razzle Dazzle Rose #F643BD
RGB
CMYK
RGB Variations
Color information
#F643BD (or 0xF643BD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and BD. RGB value is (246,67,189). Sum of RGB (Red+Green+Blue) = 246+67+189=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F643BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643BD is #09BC42. Grayscale: #868686. Windows color (decimal): -638019 or 12403702. OLE color: 12403702.
HSL color Cylindrical-coordinate representation of color #F643BD: hue angle of 319.11º 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 #F643BD is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 189 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.04 |
| HSL | 319.11º | 0.91% | 0.61% | - |
| HSV(B) | 319.11º | 0.73% | 0.96% | - |
| XYZ | 49.2 | 27.28 | 50.82 | - |
| YUV | 134.43 | 158.8 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 189 | 0 | 0.73 | 0.23 | 0.04 | 319.11 | 0.91 | 0.61 |
| Hex | F6 | 43 | BD | 0 | 49 | 17 | 4 | 13F | 5B | 3D |
| Octal | 366 | 103 | 275 | 0 | 111 | 27 | 4 | 477 | 133 | 75 |
| Binary | 11110110 | 1000011 | 10111101 | 0 | 1001001 | 10111 | 100 | 100111111 | 1011011 | 111101 |
Color Harmonies of #F643BD
Complementary color
Monochromatic Colors of #F643BD
Black with #F643BD
Text Example
Text Example
White with #F643BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643BD; }
p { color: rgb(246,67,189); }
H1.HeaderClassName
{
color: #F643BD;
}
.AnyTagClassName
{
color: #F643BD;
}
</style>
background-color css
<style>
a { background-color: #F643BD; }
a { background-color: rgb(246,67,189); }
div.DivClassName
{
background-color: #F643BD;
}
.BgClassName
{
background-color: #F643BD;
}
</style>
border-color css
<style>
span { border-color: #F643BD; }
span { border-color: rgb(246,67,189); }
td.TdClassName
{
border-color: #F643BD;
}
.TagClassName
{
border-color: #F643BD;
}
</style>