Shades of Deep Pink #FF198D
Tints of Deep Pink #FF198D
RGB
CMYK
RGB Variations
Color information
#FF198D (or 0xFF198D) is known color: Deep Pink. HEX triplet: FF, 19 and 8D. RGB value is (255,25,141). Sum of RGB (Red+Green+Blue) = 255+25+141=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF198D is #00E672. Grayscale: #6A6A6A. Windows color (decimal): -58995 or 9247231. OLE color: 9247231.
HSL color Cylindrical-coordinate representation of color #FF198D: hue angle of 329.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF198D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 141 | - |
| CMYK | 0 | 0.90 | 0.45 | 0 |
| HSL | 329.74º | 1% | 0.55% | - |
| HSV(B) | 329.74º | 0.9% | 1% | - |
| XYZ | 46.4 | 23.88 | 27.36 | - |
| YUV | 106.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 141 | 0 | 0.90 | 0.45 | 0 | 329.74 | 1 | 0.55 |
| Hex | FF | 19 | 8D | 0 | 5A | 2D | 0 | 14A | 64 | 37 |
| Octal | 377 | 31 | 215 | 0 | 132 | 55 | 0 | 512 | 144 | 67 |
| Binary | 11111111 | 11001 | 10001101 | 0 | 1011010 | 101101 | 0 | 101001010 | 1100100 | 110111 |
Color Harmonies of #FF198D
Complementary color
Monochromatic Colors of #FF198D
Black with #FF198D
Text Example
Text Example
White with #FF198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF198D; }
p { color: rgb(255,25,141); }
H1.HeaderClassName
{
color: #FF198D;
}
.AnyTagClassName
{
color: #FF198D;
}
</style>
background-color css
<style>
a { background-color: #FF198D; }
a { background-color: rgb(255,25,141); }
div.DivClassName
{
background-color: #FF198D;
}
.BgClassName
{
background-color: #FF198D;
}
</style>
border-color css
<style>
span { border-color: #FF198D; }
span { border-color: rgb(255,25,141); }
td.TdClassName
{
border-color: #FF198D;
}
.TagClassName
{
border-color: #FF198D;
}
</style>