Shades of Hollywood Cerise #F507AD
Tints of Hollywood Cerise #F507AD
RGB
CMYK
RGB Variations
Color information
#F507AD (or 0xF507AD) is known color: Hollywood Cerise. HEX triplet: F5, 07 and AD. RGB value is (245,7,173). Sum of RGB (Red+Green+Blue) = 245+7+173=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F507AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F507AD is #0AF852. Grayscale: #606060. Windows color (decimal): -718931 or 11339765. OLE color: 11339765.
HSL color Cylindrical-coordinate representation of color #F507AD: hue angle of 318.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F507AD is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.04 |
| HSL | 318.15º | 0.94% | 0.49% | - |
| HSV(B) | 318.15º | 0.97% | 0.96% | - |
| XYZ | 45.27 | 22.58 | 41.51 | - |
| YUV | 97.09 | 170.85 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 173 | 0 | 0.97 | 0.29 | 0.04 | 318.15 | 0.94 | 0.49 |
| Hex | F5 | 7 | AD | 0 | 61 | 1D | 4 | 13E | 5E | 31 |
| Octal | 365 | 7 | 255 | 0 | 141 | 35 | 4 | 476 | 136 | 61 |
| Binary | 11110101 | 111 | 10101101 | 0 | 1100001 | 11101 | 100 | 100111110 | 1011110 | 110001 |
Color Harmonies of #F507AD
Complementary color
Monochromatic Colors of #F507AD
Black with #F507AD
Text Example
Text Example
White with #F507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507AD; }
p { color: rgb(245,7,173); }
H1.HeaderClassName
{
color: #F507AD;
}
.AnyTagClassName
{
color: #F507AD;
}
</style>
background-color css
<style>
a { background-color: #F507AD; }
a { background-color: rgb(245,7,173); }
div.DivClassName
{
background-color: #F507AD;
}
.BgClassName
{
background-color: #F507AD;
}
</style>
border-color css
<style>
span { border-color: #F507AD; }
span { border-color: rgb(245,7,173); }
td.TdClassName
{
border-color: #F507AD;
}
.TagClassName
{
border-color: #F507AD;
}
</style>