Shades of Razzle Dazzle Rose #F64BBE
Tints of Razzle Dazzle Rose #F64BBE
RGB
CMYK
RGB Variations
Color information
#F64BBE (or 0xF64BBE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and BE. RGB value is (246,75,190). Sum of RGB (Red+Green+Blue) = 246+75+190=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BBE is #09B441. Grayscale: #8A8A8A. Windows color (decimal): -635970 or 12471286. OLE color: 12471286.
HSL color Cylindrical-coordinate representation of color #F64BBE: hue angle of 319.65º 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 #F64BBE is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 190 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.04 |
| HSL | 319.65º | 0.9% | 0.63% | - |
| HSV(B) | 319.65º | 0.7% | 0.96% | - |
| XYZ | 49.82 | 28.34 | 51.56 | - |
| YUV | 139.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 190 | 0 | 0.70 | 0.23 | 0.04 | 319.65 | 0.9 | 0.63 |
| Hex | F6 | 4B | BE | 0 | 46 | 17 | 4 | 140 | 5A | 3F |
| Octal | 366 | 113 | 276 | 0 | 106 | 27 | 4 | 500 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10111110 | 0 | 1000110 | 10111 | 100 | 101000000 | 1011010 | 111111 |
Color Harmonies of #F64BBE
Complementary color
Monochromatic Colors of #F64BBE
Black with #F64BBE
Text Example
Text Example
White with #F64BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BBE; }
p { color: rgb(246,75,190); }
H1.HeaderClassName
{
color: #F64BBE;
}
.AnyTagClassName
{
color: #F64BBE;
}
</style>
background-color css
<style>
a { background-color: #F64BBE; }
a { background-color: rgb(246,75,190); }
div.DivClassName
{
background-color: #F64BBE;
}
.BgClassName
{
background-color: #F64BBE;
}
</style>
border-color css
<style>
span { border-color: #F64BBE; }
span { border-color: rgb(246,75,190); }
td.TdClassName
{
border-color: #F64BBE;
}
.TagClassName
{
border-color: #F64BBE;
}
</style>