Shades of Hollywood Cerise #F103AC
Tints of Hollywood Cerise #F103AC
RGB
CMYK
RGB Variations
Color information
#F103AC (or 0xF103AC) is known color: Hollywood Cerise. HEX triplet: F1, 03 and AC. RGB value is (241,3,172). Sum of RGB (Red+Green+Blue) = 241+3+172=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F103AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F103AC is #0EFC53. Grayscale: #5C5C5C. Windows color (decimal): -982100 or 11273201. OLE color: 11273201.
HSL color Cylindrical-coordinate representation of color #F103AC: hue angle of 317.39º 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 #F103AC is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.05 |
| HSL | 317.4º | 0.98% | 0.48% | - |
| HSV(B) | 317.4º | 0.99% | 0.95% | - |
| XYZ | 43.75 | 21.74 | 40.92 | - |
| YUV | 93.43 | 172.35 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 172 | 0 | 0.99 | 0.29 | 0.05 | 317.4 | 0.98 | 0.48 |
| Hex | F1 | 3 | AC | 0 | 63 | 1D | 5 | 13D | 62 | 30 |
| Octal | 361 | 3 | 254 | 0 | 143 | 35 | 5 | 475 | 142 | 60 |
| Binary | 11110001 | 11 | 10101100 | 0 | 1100011 | 11101 | 101 | 100111101 | 1100010 | 110000 |
Color Harmonies of #F103AC
Complementary color
Monochromatic Colors of #F103AC
Black with #F103AC
Text Example
Text Example
White with #F103AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103AC; }
p { color: rgb(241,3,172); }
H1.HeaderClassName
{
color: #F103AC;
}
.AnyTagClassName
{
color: #F103AC;
}
</style>
background-color css
<style>
a { background-color: #F103AC; }
a { background-color: rgb(241,3,172); }
div.DivClassName
{
background-color: #F103AC;
}
.BgClassName
{
background-color: #F103AC;
}
</style>
border-color css
<style>
span { border-color: #F103AC; }
span { border-color: rgb(241,3,172); }
td.TdClassName
{
border-color: #F103AC;
}
.TagClassName
{
border-color: #F103AC;
}
</style>