Shades of Brilliant Rose #F65D9C
Tints of Brilliant Rose #F65D9C
RGB
CMYK
RGB Variations
Color information
#F65D9C (or 0xF65D9C) is known color: Brilliant Rose. HEX triplet: F6, 5D and 9C. RGB value is (246,93,156). Sum of RGB (Red+Green+Blue) = 246+93+156=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D9C is #09A263. Grayscale: #919191. Windows color (decimal): -631396 or 10247670. OLE color: 10247670.
HSL color Cylindrical-coordinate representation of color #F65D9C: hue angle of 335.29º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D9C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 156 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.04 |
| HSL | 335.29º | 0.89% | 0.66% | - |
| HSV(B) | 335.29º | 0.62% | 0.96% | - |
| XYZ | 47.92 | 29.82 | 34.68 | - |
| YUV | 145.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 156 | 0 | 0.62 | 0.37 | 0.04 | 335.29 | 0.89 | 0.66 |
| Hex | F6 | 5D | 9C | 0 | 3E | 25 | 4 | 14F | 59 | 42 |
| Octal | 366 | 135 | 234 | 0 | 76 | 45 | 4 | 517 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10011100 | 0 | 111110 | 100101 | 100 | 101001111 | 1011001 | 1000010 |
Color Harmonies of #F65D9C
Complementary color
Monochromatic Colors of #F65D9C
Black with #F65D9C
Text Example
Text Example
White with #F65D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D9C; }
p { color: rgb(246,93,156); }
H1.HeaderClassName
{
color: #F65D9C;
}
.AnyTagClassName
{
color: #F65D9C;
}
</style>
background-color css
<style>
a { background-color: #F65D9C; }
a { background-color: rgb(246,93,156); }
div.DivClassName
{
background-color: #F65D9C;
}
.BgClassName
{
background-color: #F65D9C;
}
</style>
border-color css
<style>
span { border-color: #F65D9C; }
span { border-color: rgb(246,93,156); }
td.TdClassName
{
border-color: #F65D9C;
}
.TagClassName
{
border-color: #F65D9C;
}
</style>