Shades of Brilliant Rose #F64FA0
Tints of Brilliant Rose #F64FA0
RGB
CMYK
RGB Variations
Color information
#F64FA0 (or 0xF64FA0) is known color: Brilliant Rose. HEX triplet: F6, 4F and A0. RGB value is (246,79,160). Sum of RGB (Red+Green+Blue) = 246+79+160=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FA0 is #09B05F. Grayscale: #8A8A8A. Windows color (decimal): -634976 or 10506230. OLE color: 10506230.
HSL color Cylindrical-coordinate representation of color #F64FA0: hue angle of 330.9º 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 #F64FA0 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 160 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.04 |
| HSL | 330.9º | 0.9% | 0.64% | - |
| HSV(B) | 330.9º | 0.68% | 0.96% | - |
| XYZ | 47.15 | 27.72 | 36.12 | - |
| YUV | 138.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 160 | 0 | 0.68 | 0.35 | 0.04 | 330.9 | 0.9 | 0.64 |
| Hex | F6 | 4F | A0 | 0 | 44 | 23 | 4 | 14B | 5A | 40 |
| Octal | 366 | 117 | 240 | 0 | 104 | 43 | 4 | 513 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10100000 | 0 | 1000100 | 100011 | 100 | 101001011 | 1011010 | 1000000 |
Color Harmonies of #F64FA0
Complementary color
Monochromatic Colors of #F64FA0
Black with #F64FA0
Text Example
Text Example
White with #F64FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FA0; }
p { color: rgb(246,79,160); }
H1.HeaderClassName
{
color: #F64FA0;
}
.AnyTagClassName
{
color: #F64FA0;
}
</style>
background-color css
<style>
a { background-color: #F64FA0; }
a { background-color: rgb(246,79,160); }
div.DivClassName
{
background-color: #F64FA0;
}
.BgClassName
{
background-color: #F64FA0;
}
</style>
border-color css
<style>
span { border-color: #F64FA0; }
span { border-color: rgb(246,79,160); }
td.TdClassName
{
border-color: #F64FA0;
}
.TagClassName
{
border-color: #F64FA0;
}
</style>