Shades of Razzle Dazzle Rose #F64ECB
Tints of Razzle Dazzle Rose #F64ECB
RGB
CMYK
RGB Variations
Color information
#F64ECB (or 0xF64ECB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4E and CB. RGB value is (246,78,203). Sum of RGB (Red+Green+Blue) = 246+78+203=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ECB is #09B134. Grayscale: #8E8E8E. Windows color (decimal): -635189 or 13324022. OLE color: 13324022.
HSL color Cylindrical-coordinate representation of color #F64ECB: hue angle of 315.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64ECB is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 203 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.04 |
| HSL | 315.36º | 0.9% | 0.64% | - |
| HSV(B) | 315.36º | 0.68% | 0.96% | - |
| XYZ | 51.51 | 29.35 | 59.45 | - |
| YUV | 142.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 203 | 0 | 0.68 | 0.17 | 0.04 | 315.36 | 0.9 | 0.64 |
| Hex | F6 | 4E | CB | 0 | 44 | 11 | 4 | 13B | 5A | 40 |
| Octal | 366 | 116 | 313 | 0 | 104 | 21 | 4 | 473 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11001011 | 0 | 1000100 | 10001 | 100 | 100111011 | 1011010 | 1000000 |
Color Harmonies of #F64ECB
Complementary color
Monochromatic Colors of #F64ECB
Black with #F64ECB
Text Example
Text Example
White with #F64ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ECB; }
p { color: rgb(246,78,203); }
H1.HeaderClassName
{
color: #F64ECB;
}
.AnyTagClassName
{
color: #F64ECB;
}
</style>
background-color css
<style>
a { background-color: #F64ECB; }
a { background-color: rgb(246,78,203); }
div.DivClassName
{
background-color: #F64ECB;
}
.BgClassName
{
background-color: #F64ECB;
}
</style>
border-color css
<style>
span { border-color: #F64ECB; }
span { border-color: rgb(246,78,203); }
td.TdClassName
{
border-color: #F64ECB;
}
.TagClassName
{
border-color: #F64ECB;
}
</style>