Shades of Deep Pink #FF198F
Tints of Deep Pink #FF198F
RGB
CMYK
RGB Variations
Color information
#FF198F (or 0xFF198F) is known color: Deep Pink. HEX triplet: FF, 19 and 8F. RGB value is (255,25,143). Sum of RGB (Red+Green+Blue) = 255+25+143=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF198F is #00E670. Grayscale: #6A6A6A. Windows color (decimal): -58993 or 9378303. OLE color: 9378303.
HSL color Cylindrical-coordinate representation of color #FF198F: hue angle of 329.22º 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 #FF198F is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 143 | - |
| CMYK | 0 | 0.90 | 0.44 | 0 |
| HSL | 329.22º | 1% | 0.55% | - |
| HSV(B) | 329.22º | 0.9% | 1% | - |
| XYZ | 46.55 | 23.94 | 28.15 | - |
| YUV | 107.22 | 148.2 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 143 | 0 | 0.90 | 0.44 | 0 | 329.22 | 1 | 0.55 |
| Hex | FF | 19 | 8F | 0 | 5A | 2C | 0 | 149 | 64 | 37 |
| Octal | 377 | 31 | 217 | 0 | 132 | 54 | 0 | 511 | 144 | 67 |
| Binary | 11111111 | 11001 | 10001111 | 0 | 1011010 | 101100 | 0 | 101001001 | 1100100 | 110111 |
Color Harmonies of #FF198F
Complementary color
Monochromatic Colors of #FF198F
Black with #FF198F
Text Example
Text Example
White with #FF198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF198F; }
p { color: rgb(255,25,143); }
H1.HeaderClassName
{
color: #FF198F;
}
.AnyTagClassName
{
color: #FF198F;
}
</style>
background-color css
<style>
a { background-color: #FF198F; }
a { background-color: rgb(255,25,143); }
div.DivClassName
{
background-color: #FF198F;
}
.BgClassName
{
background-color: #FF198F;
}
</style>
border-color css
<style>
span { border-color: #FF198F; }
span { border-color: rgb(255,25,143); }
td.TdClassName
{
border-color: #FF198F;
}
.TagClassName
{
border-color: #FF198F;
}
</style>