Shades of Brilliant Rose #F65397
Tints of Brilliant Rose #F65397
RGB
CMYK
RGB Variations
Color information
#F65397 (or 0xF65397) is known color: Brilliant Rose. HEX triplet: F6, 53 and 97. RGB value is (246,83,151). Sum of RGB (Red+Green+Blue) = 246+83+151=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F65397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65397 is #09AC68. Grayscale: #8B8B8B. Windows color (decimal): -633961 or 9917430. OLE color: 9917430.
HSL color Cylindrical-coordinate representation of color #F65397: hue angle of 334.97º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65397 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 151 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.04 |
| HSL | 334.97º | 0.9% | 0.65% | - |
| HSV(B) | 334.97º | 0.66% | 0.96% | - |
| XYZ | 46.69 | 28.01 | 32.22 | - |
| YUV | 139.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 151 | 0 | 0.66 | 0.39 | 0.04 | 334.97 | 0.9 | 0.65 |
| Hex | F6 | 53 | 97 | 0 | 42 | 27 | 4 | 14F | 5A | 41 |
| Octal | 366 | 123 | 227 | 0 | 102 | 47 | 4 | 517 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10010111 | 0 | 1000010 | 100111 | 100 | 101001111 | 1011010 | 1000001 |
Color Harmonies of #F65397
Complementary color
Monochromatic Colors of #F65397
Black with #F65397
Text Example
Text Example
White with #F65397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65397; }
p { color: rgb(246,83,151); }
H1.HeaderClassName
{
color: #F65397;
}
.AnyTagClassName
{
color: #F65397;
}
</style>
background-color css
<style>
a { background-color: #F65397; }
a { background-color: rgb(246,83,151); }
div.DivClassName
{
background-color: #F65397;
}
.BgClassName
{
background-color: #F65397;
}
</style>
border-color css
<style>
span { border-color: #F65397; }
span { border-color: rgb(246,83,151); }
td.TdClassName
{
border-color: #F65397;
}
.TagClassName
{
border-color: #F65397;
}
</style>