Shades of Brilliant Rose #F65FA1
Tints of Brilliant Rose #F65FA1
RGB
CMYK
RGB Variations
Color information
#F65FA1 (or 0xF65FA1) is known color: Brilliant Rose. HEX triplet: F6, 5F and A1. RGB value is (246,95,161). Sum of RGB (Red+Green+Blue) = 246+95+161=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65FA1 is #09A05E. Grayscale: #939393. Windows color (decimal): -630879 or 10575862. OLE color: 10575862.
HSL color Cylindrical-coordinate representation of color #F65FA1: hue angle of 333.77º 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 #F65FA1 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 161 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.04 |
| HSL | 333.77º | 0.89% | 0.67% | - |
| HSV(B) | 333.77º | 0.61% | 0.96% | - |
| XYZ | 48.53 | 30.35 | 37.02 | - |
| YUV | 147.67 | 135.53 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 161 | 0 | 0.61 | 0.35 | 0.04 | 333.77 | 0.89 | 0.67 |
| Hex | F6 | 5F | A1 | 0 | 3D | 23 | 4 | 14E | 59 | 43 |
| Octal | 366 | 137 | 241 | 0 | 75 | 43 | 4 | 516 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10100001 | 0 | 111101 | 100011 | 100 | 101001110 | 1011001 | 1000011 |
Color Harmonies of #F65FA1
Complementary color
Monochromatic Colors of #F65FA1
Black with #F65FA1
Text Example
Text Example
White with #F65FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FA1; }
p { color: rgb(246,95,161); }
H1.HeaderClassName
{
color: #F65FA1;
}
.AnyTagClassName
{
color: #F65FA1;
}
</style>
background-color css
<style>
a { background-color: #F65FA1; }
a { background-color: rgb(246,95,161); }
div.DivClassName
{
background-color: #F65FA1;
}
.BgClassName
{
background-color: #F65FA1;
}
</style>
border-color css
<style>
span { border-color: #F65FA1; }
span { border-color: rgb(246,95,161); }
td.TdClassName
{
border-color: #F65FA1;
}
.TagClassName
{
border-color: #F65FA1;
}
</style>