Shades of Deep Pink #F4238C
Tints of Deep Pink #F4238C
RGB
CMYK
RGB Variations
Color information
#F4238C (or 0xF4238C) is known color: Deep Pink. HEX triplet: F4, 23 and 8C. RGB value is (244,35,140). Sum of RGB (Red+Green+Blue) = 244+35+140=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4238C is #0BDC73. Grayscale: #6D6D6D. Windows color (decimal): -777332 or 9184244. OLE color: 9184244.
HSL color Cylindrical-coordinate representation of color #F4238C: hue angle of 329.86º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4238C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 140 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.04 |
| HSL | 329.86º | 0.9% | 0.55% | - |
| HSV(B) | 329.86º | 0.86% | 0.96% | - |
| XYZ | 42.64 | 22.33 | 26.87 | - |
| YUV | 109.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 140 | 0 | 0.86 | 0.43 | 0.04 | 329.86 | 0.9 | 0.55 |
| Hex | F4 | 23 | 8C | 0 | 56 | 2B | 4 | 14A | 5A | 37 |
| Octal | 364 | 43 | 214 | 0 | 126 | 53 | 4 | 512 | 132 | 67 |
| Binary | 11110100 | 100011 | 10001100 | 0 | 1010110 | 101011 | 100 | 101001010 | 1011010 | 110111 |
Color Harmonies of #F4238C
Complementary color
Monochromatic Colors of #F4238C
Black with #F4238C
Text Example
Text Example
White with #F4238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4238C; }
p { color: rgb(244,35,140); }
H1.HeaderClassName
{
color: #F4238C;
}
.AnyTagClassName
{
color: #F4238C;
}
</style>
background-color css
<style>
a { background-color: #F4238C; }
a { background-color: rgb(244,35,140); }
div.DivClassName
{
background-color: #F4238C;
}
.BgClassName
{
background-color: #F4238C;
}
</style>
border-color css
<style>
span { border-color: #F4238C; }
span { border-color: rgb(244,35,140); }
td.TdClassName
{
border-color: #F4238C;
}
.TagClassName
{
border-color: #F4238C;
}
</style>