Shades of Brilliant Rose #F55397
Tints of Brilliant Rose #F55397
RGB
CMYK
RGB Variations
Color information
#F55397 (or 0xF55397) is known color: Brilliant Rose. HEX triplet: F5, 53 and 97. RGB value is (245,83,151). Sum of RGB (Red+Green+Blue) = 245+83+151=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F55397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55397 is #0AAC68. Grayscale: #8B8B8B. Windows color (decimal): -699497 or 9917429. OLE color: 9917429.
HSL color Cylindrical-coordinate representation of color #F55397: hue angle of 334.81º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55397 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 151 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.04 |
| HSL | 334.81º | 0.89% | 0.64% | - |
| HSV(B) | 334.81º | 0.66% | 0.96% | - |
| XYZ | 46.34 | 27.83 | 32.21 | - |
| YUV | 139.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 151 | 0 | 0.66 | 0.38 | 0.04 | 334.81 | 0.89 | 0.64 |
| Hex | F5 | 53 | 97 | 0 | 42 | 26 | 4 | 14F | 59 | 40 |
| Octal | 365 | 123 | 227 | 0 | 102 | 46 | 4 | 517 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10010111 | 0 | 1000010 | 100110 | 100 | 101001111 | 1011001 | 1000000 |
Color Harmonies of #F55397
Complementary color
Monochromatic Colors of #F55397
Black with #F55397
Text Example
Text Example
White with #F55397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55397; }
p { color: rgb(245,83,151); }
H1.HeaderClassName
{
color: #F55397;
}
.AnyTagClassName
{
color: #F55397;
}
</style>
background-color css
<style>
a { background-color: #F55397; }
a { background-color: rgb(245,83,151); }
div.DivClassName
{
background-color: #F55397;
}
.BgClassName
{
background-color: #F55397;
}
</style>
border-color css
<style>
span { border-color: #F55397; }
span { border-color: rgb(245,83,151); }
td.TdClassName
{
border-color: #F55397;
}
.TagClassName
{
border-color: #F55397;
}
</style>