Shades of Razzle Dazzle Rose #F641BD
Tints of Razzle Dazzle Rose #F641BD
RGB
CMYK
RGB Variations
Color information
#F641BD (or 0xF641BD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and BD. RGB value is (246,65,189). Sum of RGB (Red+Green+Blue) = 246+65+189=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F641BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641BD is #09BE42. Grayscale: #848484. Windows color (decimal): -638531 or 12403190. OLE color: 12403190.
HSL color Cylindrical-coordinate representation of color #F641BD: hue angle of 318.9º 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 #F641BD is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 189 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.04 |
| HSL | 318.9º | 0.91% | 0.61% | - |
| HSV(B) | 318.9º | 0.74% | 0.96% | - |
| XYZ | 49.08 | 27.05 | 50.78 | - |
| YUV | 133.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 189 | 0 | 0.74 | 0.23 | 0.04 | 318.9 | 0.91 | 0.61 |
| Hex | F6 | 41 | BD | 0 | 4A | 17 | 4 | 13F | 5B | 3D |
| Octal | 366 | 101 | 275 | 0 | 112 | 27 | 4 | 477 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10111101 | 0 | 1001010 | 10111 | 100 | 100111111 | 1011011 | 111101 |
Color Harmonies of #F641BD
Complementary color
Monochromatic Colors of #F641BD
Black with #F641BD
Text Example
Text Example
White with #F641BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641BD; }
p { color: rgb(246,65,189); }
H1.HeaderClassName
{
color: #F641BD;
}
.AnyTagClassName
{
color: #F641BD;
}
</style>
background-color css
<style>
a { background-color: #F641BD; }
a { background-color: rgb(246,65,189); }
div.DivClassName
{
background-color: #F641BD;
}
.BgClassName
{
background-color: #F641BD;
}
</style>
border-color css
<style>
span { border-color: #F641BD; }
span { border-color: rgb(246,65,189); }
td.TdClassName
{
border-color: #F641BD;
}
.TagClassName
{
border-color: #F641BD;
}
</style>