Shades of Brilliant Rose #F64AB2
Tints of Brilliant Rose #F64AB2
RGB
CMYK
RGB Variations
Color information
#F64AB2 (or 0xF64AB2) is known color: Brilliant Rose. HEX triplet: F6, 4A and B2. RGB value is (246,74,178). Sum of RGB (Red+Green+Blue) = 246+74+178=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64AB2 is #09B54D. Grayscale: #898989. Windows color (decimal): -636238 or 11684598. OLE color: 11684598.
HSL color Cylindrical-coordinate representation of color #F64AB2: hue angle of 323.72º 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 #F64AB2 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 178 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 323.72º | 0.91% | 0.63% | - |
| HSV(B) | 323.72º | 0.7% | 0.96% | - |
| XYZ | 48.49 | 27.7 | 44.91 | - |
| YUV | 137.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 178 | 0 | 0.70 | 0.28 | 0.04 | 323.72 | 0.91 | 0.63 |
| Hex | F6 | 4A | B2 | 0 | 46 | 1C | 4 | 144 | 5B | 3F |
| Octal | 366 | 112 | 262 | 0 | 106 | 34 | 4 | 504 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10110010 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011011 | 111111 |
Color Harmonies of #F64AB2
Complementary color
Monochromatic Colors of #F64AB2
Black with #F64AB2
Text Example
Text Example
White with #F64AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AB2; }
p { color: rgb(246,74,178); }
H1.HeaderClassName
{
color: #F64AB2;
}
.AnyTagClassName
{
color: #F64AB2;
}
</style>
background-color css
<style>
a { background-color: #F64AB2; }
a { background-color: rgb(246,74,178); }
div.DivClassName
{
background-color: #F64AB2;
}
.BgClassName
{
background-color: #F64AB2;
}
</style>
border-color css
<style>
span { border-color: #F64AB2; }
span { border-color: rgb(246,74,178); }
td.TdClassName
{
border-color: #F64AB2;
}
.TagClassName
{
border-color: #F64AB2;
}
</style>