Shades of Hollywood Cerise #FA0BAD
Tints of Hollywood Cerise #FA0BAD
RGB
CMYK
RGB Variations
Color information
#FA0BAD (or 0xFA0BAD) is known color: Hollywood Cerise. HEX triplet: FA, 0B and AD. RGB value is (250,11,173). Sum of RGB (Red+Green+Blue) = 250+11+173=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BAD is #05F452. Grayscale: #646464. Windows color (decimal): -390227 or 11340794. OLE color: 11340794.
HSL color Cylindrical-coordinate representation of color #FA0BAD: hue angle of 319.33º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0BAD is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 173 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.02 |
| HSL | 319.33º | 0.96% | 0.51% | - |
| HSV(B) | 319.33º | 0.96% | 0.98% | - |
| XYZ | 47.09 | 23.58 | 41.6 | - |
| YUV | 100.93 | 168.68 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 173 | 0 | 0.96 | 0.31 | 0.02 | 319.33 | 0.96 | 0.51 |
| Hex | FA | B | AD | 0 | 60 | 1F | 2 | 13F | 60 | 33 |
| Octal | 372 | 13 | 255 | 0 | 140 | 37 | 2 | 477 | 140 | 63 |
| Binary | 11111010 | 1011 | 10101101 | 0 | 1100000 | 11111 | 10 | 100111111 | 1100000 | 110011 |
Color Harmonies of #FA0BAD
Complementary color
Monochromatic Colors of #FA0BAD
Black with #FA0BAD
Text Example
Text Example
White with #FA0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BAD; }
p { color: rgb(250,11,173); }
H1.HeaderClassName
{
color: #FA0BAD;
}
.AnyTagClassName
{
color: #FA0BAD;
}
</style>
background-color css
<style>
a { background-color: #FA0BAD; }
a { background-color: rgb(250,11,173); }
div.DivClassName
{
background-color: #FA0BAD;
}
.BgClassName
{
background-color: #FA0BAD;
}
</style>
border-color css
<style>
span { border-color: #FA0BAD; }
span { border-color: rgb(250,11,173); }
td.TdClassName
{
border-color: #FA0BAD;
}
.TagClassName
{
border-color: #FA0BAD;
}
</style>