Shades of Brilliant Rose #F64BAA
Tints of Brilliant Rose #F64BAA
RGB
CMYK
RGB Variations
Color information
#F64BAA (or 0xF64BAA) is known color: Brilliant Rose. HEX triplet: F6, 4B and AA. RGB value is (246,75,170). Sum of RGB (Red+Green+Blue) = 246+75+170=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64BAA is #09B455. Grayscale: #888888. Windows color (decimal): -635990 or 11160566. OLE color: 11160566.
HSL color Cylindrical-coordinate representation of color #F64BAA: hue angle of 326.67º degrees, saturation: 0.9, 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 #F64BAA is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 170 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.04 |
| HSL | 326.67º | 0.9% | 0.63% | - |
| HSV(B) | 326.67º | 0.7% | 0.96% | - |
| XYZ | 47.78 | 27.53 | 40.83 | - |
| YUV | 136.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 170 | 0 | 0.70 | 0.31 | 0.04 | 326.67 | 0.9 | 0.63 |
| Hex | F6 | 4B | AA | 0 | 46 | 1F | 4 | 147 | 5A | 3F |
| Octal | 366 | 113 | 252 | 0 | 106 | 37 | 4 | 507 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10101010 | 0 | 1000110 | 11111 | 100 | 101000111 | 1011010 | 111111 |
Color Harmonies of #F64BAA
Complementary color
Monochromatic Colors of #F64BAA
Black with #F64BAA
Text Example
Text Example
White with #F64BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BAA; }
p { color: rgb(246,75,170); }
H1.HeaderClassName
{
color: #F64BAA;
}
.AnyTagClassName
{
color: #F64BAA;
}
</style>
background-color css
<style>
a { background-color: #F64BAA; }
a { background-color: rgb(246,75,170); }
div.DivClassName
{
background-color: #F64BAA;
}
.BgClassName
{
background-color: #F64BAA;
}
</style>
border-color css
<style>
span { border-color: #F64BAA; }
span { border-color: rgb(246,75,170); }
td.TdClassName
{
border-color: #F64BAA;
}
.TagClassName
{
border-color: #F64BAA;
}
</style>