Shades of Brilliant Rose #F64FA3
Tints of Brilliant Rose #F64FA3
RGB
CMYK
RGB Variations
Color information
#F64FA3 (or 0xF64FA3) is known color: Brilliant Rose. HEX triplet: F6, 4F and A3. RGB value is (246,79,163). Sum of RGB (Red+Green+Blue) = 246+79+163=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FA3 is #09B05C. Grayscale: #8A8A8A. Windows color (decimal): -634973 or 10702838. OLE color: 10702838.
HSL color Cylindrical-coordinate representation of color #F64FA3: hue angle of 329.82º 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 #F64FA3 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 163 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.04 |
| HSL | 329.82º | 0.9% | 0.64% | - |
| HSV(B) | 329.82º | 0.68% | 0.96% | - |
| XYZ | 47.41 | 27.83 | 37.52 | - |
| YUV | 138.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 163 | 0 | 0.68 | 0.34 | 0.04 | 329.82 | 0.9 | 0.64 |
| Hex | F6 | 4F | A3 | 0 | 44 | 22 | 4 | 14A | 5A | 40 |
| Octal | 366 | 117 | 243 | 0 | 104 | 42 | 4 | 512 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10100011 | 0 | 1000100 | 100010 | 100 | 101001010 | 1011010 | 1000000 |
Color Harmonies of #F64FA3
Complementary color
Monochromatic Colors of #F64FA3
Black with #F64FA3
Text Example
Text Example
White with #F64FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FA3; }
p { color: rgb(246,79,163); }
H1.HeaderClassName
{
color: #F64FA3;
}
.AnyTagClassName
{
color: #F64FA3;
}
</style>
background-color css
<style>
a { background-color: #F64FA3; }
a { background-color: rgb(246,79,163); }
div.DivClassName
{
background-color: #F64FA3;
}
.BgClassName
{
background-color: #F64FA3;
}
</style>
border-color css
<style>
span { border-color: #F64FA3; }
span { border-color: rgb(246,79,163); }
td.TdClassName
{
border-color: #F64FA3;
}
.TagClassName
{
border-color: #F64FA3;
}
</style>