Shades of Hollywood Cerise #F5069D
Tints of Hollywood Cerise #F5069D
RGB
CMYK
RGB Variations
Color information
#F5069D (or 0xF5069D) is known color: Hollywood Cerise. HEX triplet: F5, 06 and 9D. RGB value is (245,6,157). Sum of RGB (Red+Green+Blue) = 245+6+157=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5069D is #0AF962. Grayscale: #5E5E5E. Windows color (decimal): -719203 or 10290933. OLE color: 10290933.
HSL color Cylindrical-coordinate representation of color #F5069D: hue angle of 322.09º degrees, saturation: 0.95, 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 #F5069D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 157 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.04 |
| HSL | 322.09º | 0.95% | 0.49% | - |
| HSV(B) | 322.09º | 0.98% | 0.96% | - |
| XYZ | 43.81 | 21.98 | 33.83 | - |
| YUV | 94.68 | 163.18 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 157 | 0 | 0.98 | 0.36 | 0.04 | 322.09 | 0.95 | 0.49 |
| Hex | F5 | 6 | 9D | 0 | 62 | 24 | 4 | 142 | 5F | 31 |
| Octal | 365 | 6 | 235 | 0 | 142 | 44 | 4 | 502 | 137 | 61 |
| Binary | 11110101 | 110 | 10011101 | 0 | 1100010 | 100100 | 100 | 101000010 | 1011111 | 110001 |
Color Harmonies of #F5069D
Complementary color
Monochromatic Colors of #F5069D
Black with #F5069D
Text Example
Text Example
White with #F5069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5069D; }
p { color: rgb(245,6,157); }
H1.HeaderClassName
{
color: #F5069D;
}
.AnyTagClassName
{
color: #F5069D;
}
</style>
background-color css
<style>
a { background-color: #F5069D; }
a { background-color: rgb(245,6,157); }
div.DivClassName
{
background-color: #F5069D;
}
.BgClassName
{
background-color: #F5069D;
}
</style>
border-color css
<style>
span { border-color: #F5069D; }
span { border-color: rgb(245,6,157); }
td.TdClassName
{
border-color: #F5069D;
}
.TagClassName
{
border-color: #F5069D;
}
</style>