Shades of Brilliant Rose #F64AB1
Tints of Brilliant Rose #F64AB1
RGB
CMYK
RGB Variations
Color information
#F64AB1 (or 0xF64AB1) is known color: Brilliant Rose. HEX triplet: F6, 4A and B1. RGB value is (246,74,177). Sum of RGB (Red+Green+Blue) = 246+74+177=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64AB1 is #09B54E. Grayscale: #888888. Windows color (decimal): -636239 or 11619062. OLE color: 11619062.
HSL color Cylindrical-coordinate representation of color #F64AB1: hue angle of 324.07º 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 #F64AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 177 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 324.07º | 0.91% | 0.63% | - |
| HSV(B) | 324.07º | 0.7% | 0.96% | - |
| XYZ | 48.39 | 27.66 | 44.38 | - |
| YUV | 137.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 177 | 0 | 0.70 | 0.28 | 0.04 | 324.07 | 0.91 | 0.63 |
| Hex | F6 | 4A | B1 | 0 | 46 | 1C | 4 | 144 | 5B | 3F |
| Octal | 366 | 112 | 261 | 0 | 106 | 34 | 4 | 504 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10110001 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011011 | 111111 |
Color Harmonies of #F64AB1
Complementary color
Monochromatic Colors of #F64AB1
Black with #F64AB1
Text Example
Text Example
White with #F64AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AB1; }
p { color: rgb(246,74,177); }
H1.HeaderClassName
{
color: #F64AB1;
}
.AnyTagClassName
{
color: #F64AB1;
}
</style>
background-color css
<style>
a { background-color: #F64AB1; }
a { background-color: rgb(246,74,177); }
div.DivClassName
{
background-color: #F64AB1;
}
.BgClassName
{
background-color: #F64AB1;
}
</style>
border-color css
<style>
span { border-color: #F64AB1; }
span { border-color: rgb(246,74,177); }
td.TdClassName
{
border-color: #F64AB1;
}
.TagClassName
{
border-color: #F64AB1;
}
</style>