Shades of Deep Pink #FE188C
Tints of Deep Pink #FE188C
RGB
CMYK
RGB Variations
Color information
#FE188C (or 0xFE188C) is known color: Deep Pink. HEX triplet: FE, 18 and 8C. RGB value is (254,24,140). Sum of RGB (Red+Green+Blue) = 254+24+140=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE188C is #01E773. Grayscale: #696969. Windows color (decimal): -124788 or 9181438. OLE color: 9181438.
HSL color Cylindrical-coordinate representation of color #FE188C: hue angle of 329.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE188C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 140 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.00 |
| HSL | 329.74º | 0.99% | 0.55% | - |
| HSV(B) | 329.74º | 0.91% | 1% | - |
| XYZ | 45.93 | 23.62 | 26.95 | - |
| YUV | 105.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 140 | 0 | 0.91 | 0.45 | 0.00 | 329.74 | 0.99 | 0.55 |
| Hex | FE | 18 | 8C | 0 | 5B | 2D | 0 | 14A | 63 | 37 |
| Octal | 376 | 30 | 214 | 0 | 133 | 55 | 0 | 512 | 143 | 67 |
| Binary | 11111110 | 11000 | 10001100 | 0 | 1011011 | 101101 | 0 | 101001010 | 1100011 | 110111 |
Color Harmonies of #FE188C
Complementary color
Monochromatic Colors of #FE188C
Black with #FE188C
Text Example
Text Example
White with #FE188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE188C; }
p { color: rgb(254,24,140); }
H1.HeaderClassName
{
color: #FE188C;
}
.AnyTagClassName
{
color: #FE188C;
}
</style>
background-color css
<style>
a { background-color: #FE188C; }
a { background-color: rgb(254,24,140); }
div.DivClassName
{
background-color: #FE188C;
}
.BgClassName
{
background-color: #FE188C;
}
</style>
border-color css
<style>
span { border-color: #FE188C; }
span { border-color: rgb(254,24,140); }
td.TdClassName
{
border-color: #FE188C;
}
.TagClassName
{
border-color: #FE188C;
}
</style>