Shades of Hollywood Cerise #F30795
Tints of Hollywood Cerise #F30795
RGB
CMYK
RGB Variations
Color information
#F30795 (or 0xF30795) is known color: Hollywood Cerise. HEX triplet: F3, 07 and 95. RGB value is (243,7,149). Sum of RGB (Red+Green+Blue) = 243+7+149=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F30795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30795 is #0CF86A. Grayscale: #5D5D5D. Windows color (decimal): -850027 or 9766899. OLE color: 9766899.
HSL color Cylindrical-coordinate representation of color #F30795: hue angle of 323.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30795 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.05 |
| HSL | 323.9º | 0.94% | 0.49% | - |
| HSV(B) | 323.9º | 0.97% | 0.95% | - |
| XYZ | 42.46 | 21.38 | 30.32 | - |
| YUV | 93.75 | 159.19 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 149 | 0 | 0.97 | 0.39 | 0.05 | 323.9 | 0.94 | 0.49 |
| Hex | F3 | 7 | 95 | 0 | 61 | 27 | 5 | 144 | 5E | 31 |
| Octal | 363 | 7 | 225 | 0 | 141 | 47 | 5 | 504 | 136 | 61 |
| Binary | 11110011 | 111 | 10010101 | 0 | 1100001 | 100111 | 101 | 101000100 | 1011110 | 110001 |
Color Harmonies of #F30795
Complementary color
Monochromatic Colors of #F30795
Black with #F30795
Text Example
Text Example
White with #F30795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30795; }
p { color: rgb(243,7,149); }
H1.HeaderClassName
{
color: #F30795;
}
.AnyTagClassName
{
color: #F30795;
}
</style>
background-color css
<style>
a { background-color: #F30795; }
a { background-color: rgb(243,7,149); }
div.DivClassName
{
background-color: #F30795;
}
.BgClassName
{
background-color: #F30795;
}
</style>
border-color css
<style>
span { border-color: #F30795; }
span { border-color: rgb(243,7,149); }
td.TdClassName
{
border-color: #F30795;
}
.TagClassName
{
border-color: #F30795;
}
</style>