Shades of Brilliant Rose #F65D94
Tints of Brilliant Rose #F65D94
RGB
CMYK
RGB Variations
Color information
#F65D94 (or 0xF65D94) is known color: Brilliant Rose. HEX triplet: F6, 5D and 94. RGB value is (246,93,148). Sum of RGB (Red+Green+Blue) = 246+93+148=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D94 is #09A26B. Grayscale: #909090. Windows color (decimal): -631404 or 9723382. OLE color: 9723382.
HSL color Cylindrical-coordinate representation of color #F65D94: hue angle of 338.43º 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 #F65D94 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 148 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.04 |
| HSL | 338.43º | 0.89% | 0.66% | - |
| HSV(B) | 338.43º | 0.62% | 0.96% | - |
| XYZ | 47.27 | 29.56 | 31.23 | - |
| YUV | 145.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 148 | 0 | 0.62 | 0.40 | 0.04 | 338.43 | 0.89 | 0.66 |
| Hex | F6 | 5D | 94 | 0 | 3E | 28 | 4 | 152 | 59 | 42 |
| Octal | 366 | 135 | 224 | 0 | 76 | 50 | 4 | 522 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10010100 | 0 | 111110 | 101000 | 100 | 101010010 | 1011001 | 1000010 |
Color Harmonies of #F65D94
Complementary color
Monochromatic Colors of #F65D94
Black with #F65D94
Text Example
Text Example
White with #F65D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D94; }
p { color: rgb(246,93,148); }
H1.HeaderClassName
{
color: #F65D94;
}
.AnyTagClassName
{
color: #F65D94;
}
</style>
background-color css
<style>
a { background-color: #F65D94; }
a { background-color: rgb(246,93,148); }
div.DivClassName
{
background-color: #F65D94;
}
.BgClassName
{
background-color: #F65D94;
}
</style>
border-color css
<style>
span { border-color: #F65D94; }
span { border-color: rgb(246,93,148); }
td.TdClassName
{
border-color: #F65D94;
}
.TagClassName
{
border-color: #F65D94;
}
</style>