Shades of Razzle Dazzle Rose #F64ABC
Tints of Razzle Dazzle Rose #F64ABC
RGB
CMYK
RGB Variations
Color information
#F64ABC (or 0xF64ABC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4A and BC. RGB value is (246,74,188). Sum of RGB (Red+Green+Blue) = 246+74+188=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ABC is #09B543. Grayscale: #8A8A8A. Windows color (decimal): -636228 or 12339958. OLE color: 12339958.
HSL color Cylindrical-coordinate representation of color #F64ABC: hue angle of 320.23º 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 #F64ABC is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 188 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.04 |
| HSL | 320.23º | 0.91% | 0.63% | - |
| HSV(B) | 320.23º | 0.7% | 0.96% | - |
| XYZ | 49.53 | 28.12 | 50.39 | - |
| YUV | 138.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 188 | 0 | 0.70 | 0.24 | 0.04 | 320.23 | 0.91 | 0.63 |
| Hex | F6 | 4A | BC | 0 | 46 | 18 | 4 | 140 | 5B | 3F |
| Octal | 366 | 112 | 274 | 0 | 106 | 30 | 4 | 500 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10111100 | 0 | 1000110 | 11000 | 100 | 101000000 | 1011011 | 111111 |
Color Harmonies of #F64ABC
Complementary color
Monochromatic Colors of #F64ABC
Black with #F64ABC
Text Example
Text Example
White with #F64ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ABC; }
p { color: rgb(246,74,188); }
H1.HeaderClassName
{
color: #F64ABC;
}
.AnyTagClassName
{
color: #F64ABC;
}
</style>
background-color css
<style>
a { background-color: #F64ABC; }
a { background-color: rgb(246,74,188); }
div.DivClassName
{
background-color: #F64ABC;
}
.BgClassName
{
background-color: #F64ABC;
}
</style>
border-color css
<style>
span { border-color: #F64ABC; }
span { border-color: rgb(246,74,188); }
td.TdClassName
{
border-color: #F64ABC;
}
.TagClassName
{
border-color: #F64ABC;
}
</style>