Shades of Hollywood Cerise #F103A4
Tints of Hollywood Cerise #F103A4
RGB
CMYK
RGB Variations
Color information
#F103A4 (or 0xF103A4) is known color: Hollywood Cerise. HEX triplet: F1, 03 and A4. RGB value is (241,3,164). Sum of RGB (Red+Green+Blue) = 241+3+164=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F103A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F103A4 is #0EFC5B. Grayscale: #5C5C5C. Windows color (decimal): -982108 or 10748913. OLE color: 10748913.
HSL color Cylindrical-coordinate representation of color #F103A4: hue angle of 319.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103A4 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 164 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.05 |
| HSL | 319.41º | 0.98% | 0.48% | - |
| HSV(B) | 319.41º | 0.99% | 0.95% | - |
| XYZ | 43.01 | 21.45 | 36.99 | - |
| YUV | 92.52 | 168.35 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 164 | 0 | 0.99 | 0.32 | 0.05 | 319.41 | 0.98 | 0.48 |
| Hex | F1 | 3 | A4 | 0 | 63 | 20 | 5 | 13F | 62 | 30 |
| Octal | 361 | 3 | 244 | 0 | 143 | 40 | 5 | 477 | 142 | 60 |
| Binary | 11110001 | 11 | 10100100 | 0 | 1100011 | 100000 | 101 | 100111111 | 1100010 | 110000 |
Color Harmonies of #F103A4
Complementary color
Monochromatic Colors of #F103A4
Black with #F103A4
Text Example
Text Example
White with #F103A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103A4; }
p { color: rgb(241,3,164); }
H1.HeaderClassName
{
color: #F103A4;
}
.AnyTagClassName
{
color: #F103A4;
}
</style>
background-color css
<style>
a { background-color: #F103A4; }
a { background-color: rgb(241,3,164); }
div.DivClassName
{
background-color: #F103A4;
}
.BgClassName
{
background-color: #F103A4;
}
</style>
border-color css
<style>
span { border-color: #F103A4; }
span { border-color: rgb(241,3,164); }
td.TdClassName
{
border-color: #F103A4;
}
.TagClassName
{
border-color: #F103A4;
}
</style>