Shades of Razzle Dazzle Rose #F64ABB
Tints of Razzle Dazzle Rose #F64ABB
RGB
CMYK
RGB Variations
Color information
#F64ABB (or 0xF64ABB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4A and BB. RGB value is (246,74,187). Sum of RGB (Red+Green+Blue) = 246+74+187=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ABB is #09B544. Grayscale: #8A8A8A. Windows color (decimal): -636229 or 12274422. OLE color: 12274422.
HSL color Cylindrical-coordinate representation of color #F64ABB: hue angle of 320.58º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64ABB is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 187 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.04 |
| HSL | 320.58º | 0.91% | 0.63% | - |
| HSV(B) | 320.58º | 0.7% | 0.96% | - |
| XYZ | 49.42 | 28.08 | 49.83 | - |
| YUV | 138.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 187 | 0 | 0.70 | 0.24 | 0.04 | 320.58 | 0.91 | 0.63 |
| Hex | F6 | 4A | BB | 0 | 46 | 18 | 4 | 141 | 5B | 3F |
| Octal | 366 | 112 | 273 | 0 | 106 | 30 | 4 | 501 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10111011 | 0 | 1000110 | 11000 | 100 | 101000001 | 1011011 | 111111 |
Color Harmonies of #F64ABB
Complementary color
Monochromatic Colors of #F64ABB
Black with #F64ABB
Text Example
Text Example
White with #F64ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ABB; }
p { color: rgb(246,74,187); }
H1.HeaderClassName
{
color: #F64ABB;
}
.AnyTagClassName
{
color: #F64ABB;
}
</style>
background-color css
<style>
a { background-color: #F64ABB; }
a { background-color: rgb(246,74,187); }
div.DivClassName
{
background-color: #F64ABB;
}
.BgClassName
{
background-color: #F64ABB;
}
</style>
border-color css
<style>
span { border-color: #F64ABB; }
span { border-color: rgb(246,74,187); }
td.TdClassName
{
border-color: #F64ABB;
}
.TagClassName
{
border-color: #F64ABB;
}
</style>