Shades of Hollywood Cerise #FA0FA3
Tints of Hollywood Cerise #FA0FA3
RGB
CMYK
RGB Variations
Color information
#FA0FA3 (or 0xFA0FA3) is known color: Hollywood Cerise. HEX triplet: FA, 0F and A3. RGB value is (250,15,163). Sum of RGB (Red+Green+Blue) = 250+15+163=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0FA3 is #05F05C. Grayscale: #656565. Windows color (decimal): -389213 or 10686458. OLE color: 10686458.
HSL color Cylindrical-coordinate representation of color #FA0FA3: hue angle of 322.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FA3 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 163 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.02 |
| HSL | 322.21º | 0.96% | 0.52% | - |
| HSV(B) | 322.21º | 0.94% | 0.98% | - |
| XYZ | 46.21 | 23.31 | 36.71 | - |
| YUV | 102.14 | 162.36 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 163 | 0 | 0.94 | 0.35 | 0.02 | 322.21 | 0.96 | 0.52 |
| Hex | FA | F | A3 | 0 | 5E | 23 | 2 | 142 | 60 | 34 |
| Octal | 372 | 17 | 243 | 0 | 136 | 43 | 2 | 502 | 140 | 64 |
| Binary | 11111010 | 1111 | 10100011 | 0 | 1011110 | 100011 | 10 | 101000010 | 1100000 | 110100 |
Color Harmonies of #FA0FA3
Complementary color
Monochromatic Colors of #FA0FA3
Black with #FA0FA3
Text Example
Text Example
White with #FA0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FA3; }
p { color: rgb(250,15,163); }
H1.HeaderClassName
{
color: #FA0FA3;
}
.AnyTagClassName
{
color: #FA0FA3;
}
</style>
background-color css
<style>
a { background-color: #FA0FA3; }
a { background-color: rgb(250,15,163); }
div.DivClassName
{
background-color: #FA0FA3;
}
.BgClassName
{
background-color: #FA0FA3;
}
</style>
border-color css
<style>
span { border-color: #FA0FA3; }
span { border-color: rgb(250,15,163); }
td.TdClassName
{
border-color: #FA0FA3;
}
.TagClassName
{
border-color: #FA0FA3;
}
</style>