Shades of Brilliant Rose #F65FAB
Tints of Brilliant Rose #F65FAB
RGB
CMYK
RGB Variations
Color information
#F65FAB (or 0xF65FAB) is known color: Brilliant Rose. HEX triplet: F6, 5F and AB. RGB value is (246,95,171). Sum of RGB (Red+Green+Blue) = 246+95+171=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65FAB is #09A054. Grayscale: #949494. Windows color (decimal): -630869 or 11231222. OLE color: 11231222.
HSL color Cylindrical-coordinate representation of color #F65FAB: hue angle of 329.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FAB is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 171 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.04 |
| HSL | 329.8º | 0.89% | 0.67% | - |
| HSV(B) | 329.8º | 0.61% | 0.96% | - |
| XYZ | 49.45 | 30.72 | 41.85 | - |
| YUV | 148.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 171 | 0 | 0.61 | 0.30 | 0.04 | 329.8 | 0.89 | 0.67 |
| Hex | F6 | 5F | AB | 0 | 3D | 1E | 4 | 14A | 59 | 43 |
| Octal | 366 | 137 | 253 | 0 | 75 | 36 | 4 | 512 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10101011 | 0 | 111101 | 11110 | 100 | 101001010 | 1011001 | 1000011 |
Color Harmonies of #F65FAB
Complementary color
Monochromatic Colors of #F65FAB
Black with #F65FAB
Text Example
Text Example
White with #F65FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FAB; }
p { color: rgb(246,95,171); }
H1.HeaderClassName
{
color: #F65FAB;
}
.AnyTagClassName
{
color: #F65FAB;
}
</style>
background-color css
<style>
a { background-color: #F65FAB; }
a { background-color: rgb(246,95,171); }
div.DivClassName
{
background-color: #F65FAB;
}
.BgClassName
{
background-color: #F65FAB;
}
</style>
border-color css
<style>
span { border-color: #F65FAB; }
span { border-color: rgb(246,95,171); }
td.TdClassName
{
border-color: #F65FAB;
}
.TagClassName
{
border-color: #F65FAB;
}
</style>