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