Shades of Deep Pink #F00C93
Tints of Deep Pink #F00C93
RGB
CMYK
RGB Variations
Color information
#F00C93 (or 0xF00C93) is known color: Deep Pink. HEX triplet: F0, 0C and 93. RGB value is (240,12,147). Sum of RGB (Red+Green+Blue) = 240+12+147=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C93 is #0FF36C. Grayscale: #5F5F5F. Windows color (decimal): -1045357 or 9637104. OLE color: 9637104.
HSL color Cylindrical-coordinate representation of color #F00C93: hue angle of 324.47º 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 #F00C93 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 147 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.06 |
| HSL | 324.47º | 0.9% | 0.49% | - |
| HSV(B) | 324.47º | 0.95% | 0.94% | - |
| XYZ | 41.33 | 20.89 | 29.46 | - |
| YUV | 95.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 147 | 0 | 0.95 | 0.39 | 0.06 | 324.47 | 0.9 | 0.49 |
| Hex | F0 | C | 93 | 0 | 5F | 27 | 6 | 144 | 5A | 31 |
| Octal | 360 | 14 | 223 | 0 | 137 | 47 | 6 | 504 | 132 | 61 |
| Binary | 11110000 | 1100 | 10010011 | 0 | 1011111 | 100111 | 110 | 101000100 | 1011010 | 110001 |
Color Harmonies of #F00C93
Complementary color
Monochromatic Colors of #F00C93
Black with #F00C93
Text Example
Text Example
White with #F00C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C93; }
p { color: rgb(240,12,147); }
H1.HeaderClassName
{
color: #F00C93;
}
.AnyTagClassName
{
color: #F00C93;
}
</style>
background-color css
<style>
a { background-color: #F00C93; }
a { background-color: rgb(240,12,147); }
div.DivClassName
{
background-color: #F00C93;
}
.BgClassName
{
background-color: #F00C93;
}
</style>
border-color css
<style>
span { border-color: #F00C93; }
span { border-color: rgb(240,12,147); }
td.TdClassName
{
border-color: #F00C93;
}
.TagClassName
{
border-color: #F00C93;
}
</style>