Shades of Hollywood Cerise #F505B1
Tints of Hollywood Cerise #F505B1
RGB
CMYK
RGB Variations
Color information
#F505B1 (or 0xF505B1) is known color: Hollywood Cerise. HEX triplet: F5, 05 and B1. RGB value is (245,5,177). Sum of RGB (Red+Green+Blue) = 245+5+177=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F505B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F505B1 is #0AFA4E. Grayscale: #5F5F5F. Windows color (decimal): -719439 or 11601397. OLE color: 11601397.
HSL color Cylindrical-coordinate representation of color #F505B1: hue angle of 317º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505B1 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 177 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.04 |
| HSL | 317º | 0.96% | 0.49% | - |
| HSV(B) | 317º | 0.98% | 0.96% | - |
| XYZ | 45.65 | 22.7 | 43.57 | - |
| YUV | 96.37 | 173.51 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 177 | 0 | 0.98 | 0.28 | 0.04 | 317 | 0.96 | 0.49 |
| Hex | F5 | 5 | B1 | 0 | 62 | 1C | 4 | 13D | 60 | 31 |
| Octal | 365 | 5 | 261 | 0 | 142 | 34 | 4 | 475 | 140 | 61 |
| Binary | 11110101 | 101 | 10110001 | 0 | 1100010 | 11100 | 100 | 100111101 | 1100000 | 110001 |
Color Harmonies of #F505B1
Complementary color
Monochromatic Colors of #F505B1
Black with #F505B1
Text Example
Text Example
White with #F505B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505B1; }
p { color: rgb(245,5,177); }
H1.HeaderClassName
{
color: #F505B1;
}
.AnyTagClassName
{
color: #F505B1;
}
</style>
background-color css
<style>
a { background-color: #F505B1; }
a { background-color: rgb(245,5,177); }
div.DivClassName
{
background-color: #F505B1;
}
.BgClassName
{
background-color: #F505B1;
}
</style>
border-color css
<style>
span { border-color: #F505B1; }
span { border-color: rgb(245,5,177); }
td.TdClassName
{
border-color: #F505B1;
}
.TagClassName
{
border-color: #F505B1;
}
</style>