Shades of Razzle Dazzle Rose #F64BBB
Tints of Razzle Dazzle Rose #F64BBB
RGB
CMYK
RGB Variations
Color information
#F64BBB (or 0xF64BBB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and BB. RGB value is (246,75,187). Sum of RGB (Red+Green+Blue) = 246+75+187=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BBB is #09B444. Grayscale: #8A8A8A. Windows color (decimal): -635973 or 12274678. OLE color: 12274678.
HSL color Cylindrical-coordinate representation of color #F64BBB: hue angle of 320.7º degrees, saturation: 0.9, 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 #F64BBB is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 187 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.04 |
| HSL | 320.7º | 0.9% | 0.63% | - |
| HSV(B) | 320.7º | 0.7% | 0.96% | - |
| XYZ | 49.49 | 28.21 | 49.85 | - |
| YUV | 138.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 187 | 0 | 0.70 | 0.24 | 0.04 | 320.7 | 0.9 | 0.63 |
| Hex | F6 | 4B | BB | 0 | 46 | 18 | 4 | 141 | 5A | 3F |
| Octal | 366 | 113 | 273 | 0 | 106 | 30 | 4 | 501 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10111011 | 0 | 1000110 | 11000 | 100 | 101000001 | 1011010 | 111111 |
Color Harmonies of #F64BBB
Complementary color
Monochromatic Colors of #F64BBB
Black with #F64BBB
Text Example
Text Example
White with #F64BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BBB; }
p { color: rgb(246,75,187); }
H1.HeaderClassName
{
color: #F64BBB;
}
.AnyTagClassName
{
color: #F64BBB;
}
</style>
background-color css
<style>
a { background-color: #F64BBB; }
a { background-color: rgb(246,75,187); }
div.DivClassName
{
background-color: #F64BBB;
}
.BgClassName
{
background-color: #F64BBB;
}
</style>
border-color css
<style>
span { border-color: #F64BBB; }
span { border-color: rgb(246,75,187); }
td.TdClassName
{
border-color: #F64BBB;
}
.TagClassName
{
border-color: #F64BBB;
}
</style>