Shades of Hollywood Cerise #FA0398
Tints of Hollywood Cerise #FA0398
RGB
CMYK
RGB Variations
Color information
#FA0398 (or 0xFA0398) is known color: Hollywood Cerise. HEX triplet: FA, 03 and 98. RGB value is (250,3,152). Sum of RGB (Red+Green+Blue) = 250+3+152=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0398 is #05FC67. Grayscale: #5D5D5D. Windows color (decimal): -392296 or 9962490. OLE color: 9962490.
HSL color Cylindrical-coordinate representation of color #FA0398: hue angle of 323.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0398 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.02 |
| HSL | 323.81º | 0.98% | 0.5% | - |
| HSV(B) | 323.81º | 0.99% | 0.98% | - |
| XYZ | 45.12 | 22.66 | 31.7 | - |
| YUV | 93.84 | 160.83 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 152 | 0 | 0.99 | 0.39 | 0.02 | 323.81 | 0.98 | 0.5 |
| Hex | FA | 3 | 98 | 0 | 63 | 27 | 2 | 144 | 62 | 32 |
| Octal | 372 | 3 | 230 | 0 | 143 | 47 | 2 | 504 | 142 | 62 |
| Binary | 11111010 | 11 | 10011000 | 0 | 1100011 | 100111 | 10 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FA0398
Complementary color
Monochromatic Colors of #FA0398
Black with #FA0398
Text Example
Text Example
White with #FA0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0398; }
p { color: rgb(250,3,152); }
H1.HeaderClassName
{
color: #FA0398;
}
.AnyTagClassName
{
color: #FA0398;
}
</style>
background-color css
<style>
a { background-color: #FA0398; }
a { background-color: rgb(250,3,152); }
div.DivClassName
{
background-color: #FA0398;
}
.BgClassName
{
background-color: #FA0398;
}
</style>
border-color css
<style>
span { border-color: #FA0398; }
span { border-color: rgb(250,3,152); }
td.TdClassName
{
border-color: #FA0398;
}
.TagClassName
{
border-color: #FA0398;
}
</style>