Shades of Brilliant Rose #F64FAA
Tints of Brilliant Rose #F64FAA
RGB
CMYK
RGB Variations
Color information
#F64FAA (or 0xF64FAA) is known color: Brilliant Rose. HEX triplet: F6, 4F and AA. RGB value is (246,79,170). Sum of RGB (Red+Green+Blue) = 246+79+170=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FAA is #09B055. Grayscale: #8B8B8B. Windows color (decimal): -634966 or 11161590. OLE color: 11161590.
HSL color Cylindrical-coordinate representation of color #F64FAA: hue angle of 327.31º 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 #F64FAA is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 170 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.04 |
| HSL | 327.31º | 0.9% | 0.64% | - |
| HSV(B) | 327.31º | 0.68% | 0.96% | - |
| XYZ | 48.06 | 28.09 | 40.92 | - |
| YUV | 139.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 170 | 0 | 0.68 | 0.31 | 0.04 | 327.31 | 0.9 | 0.64 |
| Hex | F6 | 4F | AA | 0 | 44 | 1F | 4 | 147 | 5A | 40 |
| Octal | 366 | 117 | 252 | 0 | 104 | 37 | 4 | 507 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10101010 | 0 | 1000100 | 11111 | 100 | 101000111 | 1011010 | 1000000 |
Color Harmonies of #F64FAA
Complementary color
Monochromatic Colors of #F64FAA
Black with #F64FAA
Text Example
Text Example
White with #F64FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FAA; }
p { color: rgb(246,79,170); }
H1.HeaderClassName
{
color: #F64FAA;
}
.AnyTagClassName
{
color: #F64FAA;
}
</style>
background-color css
<style>
a { background-color: #F64FAA; }
a { background-color: rgb(246,79,170); }
div.DivClassName
{
background-color: #F64FAA;
}
.BgClassName
{
background-color: #F64FAA;
}
</style>
border-color css
<style>
span { border-color: #F64FAA; }
span { border-color: rgb(246,79,170); }
td.TdClassName
{
border-color: #F64FAA;
}
.TagClassName
{
border-color: #F64FAA;
}
</style>