Shades of Deep Pink #F00C8A
Tints of Deep Pink #F00C8A
RGB
CMYK
RGB Variations
Color information
#F00C8A (or 0xF00C8A) is known color: Deep Pink. HEX triplet: F0, 0C and 8A. RGB value is (240,12,138). Sum of RGB (Red+Green+Blue) = 240+12+138=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C8A is #0FF375. Grayscale: #5E5E5E. Windows color (decimal): -1045366 or 9047280. OLE color: 9047280.
HSL color Cylindrical-coordinate representation of color #F00C8A: hue angle of 326.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C8A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.06 |
| HSL | 326.84º | 0.9% | 0.49% | - |
| HSV(B) | 326.84º | 0.95% | 0.94% | - |
| XYZ | 40.65 | 20.62 | 25.88 | - |
| YUV | 94.54 | 152.54 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 138 | 0 | 0.95 | 0.42 | 0.06 | 326.84 | 0.9 | 0.49 |
| Hex | F0 | C | 8A | 0 | 5F | 2A | 6 | 147 | 5A | 31 |
| Octal | 360 | 14 | 212 | 0 | 137 | 52 | 6 | 507 | 132 | 61 |
| Binary | 11110000 | 1100 | 10001010 | 0 | 1011111 | 101010 | 110 | 101000111 | 1011010 | 110001 |
Color Harmonies of #F00C8A
Complementary color
Monochromatic Colors of #F00C8A
Black with #F00C8A
Text Example
Text Example
White with #F00C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C8A; }
p { color: rgb(240,12,138); }
H1.HeaderClassName
{
color: #F00C8A;
}
.AnyTagClassName
{
color: #F00C8A;
}
</style>
background-color css
<style>
a { background-color: #F00C8A; }
a { background-color: rgb(240,12,138); }
div.DivClassName
{
background-color: #F00C8A;
}
.BgClassName
{
background-color: #F00C8A;
}
</style>
border-color css
<style>
span { border-color: #F00C8A; }
span { border-color: rgb(240,12,138); }
td.TdClassName
{
border-color: #F00C8A;
}
.TagClassName
{
border-color: #F00C8A;
}
</style>