Shades of Hollywood Cerise #F30095
Tints of Hollywood Cerise #F30095
RGB
CMYK
RGB Variations
Color information
#F30095 (or 0xF30095) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 95. RGB value is (243,0,149). Sum of RGB (Red+Green+Blue) = 243+0+149=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F30095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30095 is #0CFF6A. Grayscale: #595959. Windows color (decimal): -851819 or 9765107. OLE color: 9765107.
HSL color Cylindrical-coordinate representation of color #F30095: hue angle of 323.21º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30095 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.39 | 0.05 |
| HSL | 323.21º | 1% | 0.48% | - |
| HSV(B) | 323.21º | 1% | 0.95% | - |
| XYZ | 42.39 | 21.22 | 30.3 | - |
| YUV | 89.64 | 161.51 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 149 | 0 | 1 | 0.39 | 0.05 | 323.21 | 1 | 0.48 |
| Hex | F3 | 0 | 95 | 0 | 64 | 27 | 5 | 143 | 64 | 30 |
| Octal | 363 | 0 | 225 | 0 | 144 | 47 | 5 | 503 | 144 | 60 |
| Binary | 11110011 | 0 | 10010101 | 0 | 1100100 | 100111 | 101 | 101000011 | 1100100 | 110000 |
Color Harmonies of #F30095
Complementary color
Monochromatic Colors of #F30095
Black with #F30095
Text Example
Text Example
White with #F30095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30095; }
p { color: rgb(243,0,149); }
H1.HeaderClassName
{
color: #F30095;
}
.AnyTagClassName
{
color: #F30095;
}
</style>
background-color css
<style>
a { background-color: #F30095; }
a { background-color: rgb(243,0,149); }
div.DivClassName
{
background-color: #F30095;
}
.BgClassName
{
background-color: #F30095;
}
</style>
border-color css
<style>
span { border-color: #F30095; }
span { border-color: rgb(243,0,149); }
td.TdClassName
{
border-color: #F30095;
}
.TagClassName
{
border-color: #F30095;
}
</style>