Shades of Hollywood Cerise #FA0192
Tints of Hollywood Cerise #FA0192
RGB
CMYK
RGB Variations
Color information
#FA0192 (or 0xFA0192) is known color: Hollywood Cerise. HEX triplet: FA, 01 and 92. RGB value is (250,1,146). Sum of RGB (Red+Green+Blue) = 250+1+146=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0192 is #05FE6D. Grayscale: #5B5B5B. Windows color (decimal): -392814 or 9568762. OLE color: 9568762.
HSL color Cylindrical-coordinate representation of color #FA0192: hue angle of 325.06º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0192 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.02 |
| HSL | 325.06º | 0.99% | 0.49% | - |
| HSV(B) | 325.06º | 1% | 0.98% | - |
| XYZ | 44.62 | 22.42 | 29.17 | - |
| YUV | 91.98 | 158.49 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 146 | 0 | 1.00 | 0.42 | 0.02 | 325.06 | 0.99 | 0.49 |
| Hex | FA | 1 | 92 | 0 | 64 | 2A | 2 | 145 | 63 | 31 |
| Octal | 372 | 1 | 222 | 0 | 144 | 52 | 2 | 505 | 143 | 61 |
| Binary | 11111010 | 1 | 10010010 | 0 | 1100100 | 101010 | 10 | 101000101 | 1100011 | 110001 |
Color Harmonies of #FA0192
Complementary color
Monochromatic Colors of #FA0192
Black with #FA0192
Text Example
Text Example
White with #FA0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0192; }
p { color: rgb(250,1,146); }
H1.HeaderClassName
{
color: #FA0192;
}
.AnyTagClassName
{
color: #FA0192;
}
</style>
background-color css
<style>
a { background-color: #FA0192; }
a { background-color: rgb(250,1,146); }
div.DivClassName
{
background-color: #FA0192;
}
.BgClassName
{
background-color: #FA0192;
}
</style>
border-color css
<style>
span { border-color: #FA0192; }
span { border-color: rgb(250,1,146); }
td.TdClassName
{
border-color: #FA0192;
}
.TagClassName
{
border-color: #FA0192;
}
</style>