Shades of Brilliant Rose #F65C9F
Tints of Brilliant Rose #F65C9F
RGB
CMYK
RGB Variations
Color information
#F65C9F (or 0xF65C9F) is known color: Brilliant Rose. HEX triplet: F6, 5C and 9F. RGB value is (246,92,159). Sum of RGB (Red+Green+Blue) = 246+92+159=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C9F is #09A360. Grayscale: #919191. Windows color (decimal): -631649 or 10444022. OLE color: 10444022.
HSL color Cylindrical-coordinate representation of color #F65C9F: hue angle of 333.9º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C9F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 159 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.04 |
| HSL | 333.9º | 0.9% | 0.66% | - |
| HSV(B) | 333.9º | 0.63% | 0.96% | - |
| XYZ | 48.09 | 29.75 | 36.01 | - |
| YUV | 145.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 159 | 0 | 0.63 | 0.35 | 0.04 | 333.9 | 0.9 | 0.66 |
| Hex | F6 | 5C | 9F | 0 | 3F | 23 | 4 | 14E | 5A | 42 |
| Octal | 366 | 134 | 237 | 0 | 77 | 43 | 4 | 516 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10011111 | 0 | 111111 | 100011 | 100 | 101001110 | 1011010 | 1000010 |
Color Harmonies of #F65C9F
Complementary color
Monochromatic Colors of #F65C9F
Black with #F65C9F
Text Example
Text Example
White with #F65C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C9F; }
p { color: rgb(246,92,159); }
H1.HeaderClassName
{
color: #F65C9F;
}
.AnyTagClassName
{
color: #F65C9F;
}
</style>
background-color css
<style>
a { background-color: #F65C9F; }
a { background-color: rgb(246,92,159); }
div.DivClassName
{
background-color: #F65C9F;
}
.BgClassName
{
background-color: #F65C9F;
}
</style>
border-color css
<style>
span { border-color: #F65C9F; }
span { border-color: rgb(246,92,159); }
td.TdClassName
{
border-color: #F65C9F;
}
.TagClassName
{
border-color: #F65C9F;
}
</style>