Shades of Hollywood Cerise #FA0DA5
Tints of Hollywood Cerise #FA0DA5
RGB
CMYK
RGB Variations
Color information
#FA0DA5 (or 0xFA0DA5) is known color: Hollywood Cerise. HEX triplet: FA, 0D and A5. RGB value is (250,13,165). Sum of RGB (Red+Green+Blue) = 250+13+165=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0DA5 is #05F25A. Grayscale: #646464. Windows color (decimal): -389723 or 10817018. OLE color: 10817018.
HSL color Cylindrical-coordinate representation of color #FA0DA5: hue angle of 321.52º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DA5 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 165 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.02 |
| HSL | 321.52º | 0.96% | 0.52% | - |
| HSV(B) | 321.52º | 0.95% | 0.98% | - |
| XYZ | 46.36 | 23.33 | 37.66 | - |
| YUV | 101.19 | 164.02 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 165 | 0 | 0.95 | 0.34 | 0.02 | 321.52 | 0.96 | 0.52 |
| Hex | FA | D | A5 | 0 | 5F | 22 | 2 | 142 | 60 | 34 |
| Octal | 372 | 15 | 245 | 0 | 137 | 42 | 2 | 502 | 140 | 64 |
| Binary | 11111010 | 1101 | 10100101 | 0 | 1011111 | 100010 | 10 | 101000010 | 1100000 | 110100 |
Color Harmonies of #FA0DA5
Complementary color
Monochromatic Colors of #FA0DA5
Black with #FA0DA5
Text Example
Text Example
White with #FA0DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DA5; }
p { color: rgb(250,13,165); }
H1.HeaderClassName
{
color: #FA0DA5;
}
.AnyTagClassName
{
color: #FA0DA5;
}
</style>
background-color css
<style>
a { background-color: #FA0DA5; }
a { background-color: rgb(250,13,165); }
div.DivClassName
{
background-color: #FA0DA5;
}
.BgClassName
{
background-color: #FA0DA5;
}
</style>
border-color css
<style>
span { border-color: #FA0DA5; }
span { border-color: rgb(250,13,165); }
td.TdClassName
{
border-color: #FA0DA5;
}
.TagClassName
{
border-color: #FA0DA5;
}
</style>