Shades of Brilliant Rose #F658A1
Tints of Brilliant Rose #F658A1
RGB
CMYK
RGB Variations
Color information
#F658A1 (or 0xF658A1) is known color: Brilliant Rose. HEX triplet: F6, 58 and A1. RGB value is (246,88,161). Sum of RGB (Red+Green+Blue) = 246+88+161=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F658A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F658A1 is #09A75E. Grayscale: #8F8F8F. Windows color (decimal): -632671 or 10574070. OLE color: 10574070.
HSL color Cylindrical-coordinate representation of color #F658A1: hue angle of 332.28º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F658A1 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 161 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.04 |
| HSL | 332.28º | 0.9% | 0.65% | - |
| HSV(B) | 332.28º | 0.64% | 0.96% | - |
| XYZ | 47.93 | 29.15 | 36.82 | - |
| YUV | 143.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 161 | 0 | 0.64 | 0.35 | 0.04 | 332.28 | 0.9 | 0.65 |
| Hex | F6 | 58 | A1 | 0 | 40 | 23 | 4 | 14C | 5A | 41 |
| Octal | 366 | 130 | 241 | 0 | 100 | 43 | 4 | 514 | 132 | 101 |
| Binary | 11110110 | 1011000 | 10100001 | 0 | 1000000 | 100011 | 100 | 101001100 | 1011010 | 1000001 |
Color Harmonies of #F658A1
Complementary color
Monochromatic Colors of #F658A1
Black with #F658A1
Text Example
Text Example
White with #F658A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F658A1; }
p { color: rgb(246,88,161); }
H1.HeaderClassName
{
color: #F658A1;
}
.AnyTagClassName
{
color: #F658A1;
}
</style>
background-color css
<style>
a { background-color: #F658A1; }
a { background-color: rgb(246,88,161); }
div.DivClassName
{
background-color: #F658A1;
}
.BgClassName
{
background-color: #F658A1;
}
</style>
border-color css
<style>
span { border-color: #F658A1; }
span { border-color: rgb(246,88,161); }
td.TdClassName
{
border-color: #F658A1;
}
.TagClassName
{
border-color: #F658A1;
}
</style>