Shades of Hollywood Cerise #F30DAE
Tints of Hollywood Cerise #F30DAE
RGB
CMYK
RGB Variations
Color information
#F30DAE (or 0xF30DAE) is known color: Hollywood Cerise. HEX triplet: F3, 0D and AE. RGB value is (243,13,174). Sum of RGB (Red+Green+Blue) = 243+13+174=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30DAE is #0CF251. Grayscale: #636363. Windows color (decimal): -848466 or 11406835. OLE color: 11406835.
HSL color Cylindrical-coordinate representation of color #F30DAE: hue angle of 318º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30DAE is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 174 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.05 |
| HSL | 318º | 0.91% | 0.5% | - |
| HSV(B) | 318º | 0.95% | 0.95% | - |
| XYZ | 44.75 | 22.4 | 42.01 | - |
| YUV | 100.12 | 169.7 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 174 | 0 | 0.95 | 0.28 | 0.05 | 318 | 0.91 | 0.5 |
| Hex | F3 | D | AE | 0 | 5F | 1C | 5 | 13E | 5B | 32 |
| Octal | 363 | 15 | 256 | 0 | 137 | 34 | 5 | 476 | 133 | 62 |
| Binary | 11110011 | 1101 | 10101110 | 0 | 1011111 | 11100 | 101 | 100111110 | 1011011 | 110010 |
Color Harmonies of #F30DAE
Complementary color
Monochromatic Colors of #F30DAE
Black with #F30DAE
Text Example
Text Example
White with #F30DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DAE; }
p { color: rgb(243,13,174); }
H1.HeaderClassName
{
color: #F30DAE;
}
.AnyTagClassName
{
color: #F30DAE;
}
</style>
background-color css
<style>
a { background-color: #F30DAE; }
a { background-color: rgb(243,13,174); }
div.DivClassName
{
background-color: #F30DAE;
}
.BgClassName
{
background-color: #F30DAE;
}
</style>
border-color css
<style>
span { border-color: #F30DAE; }
span { border-color: rgb(243,13,174); }
td.TdClassName
{
border-color: #F30DAE;
}
.TagClassName
{
border-color: #F30DAE;
}
</style>