Shades of Deep Pink #FF198B
Tints of Deep Pink #FF198B
RGB
CMYK
RGB Variations
Color information
#FF198B (or 0xFF198B) is known color: Deep Pink. HEX triplet: FF, 19 and 8B. RGB value is (255,25,139). Sum of RGB (Red+Green+Blue) = 255+25+139=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF198B is #00E674. Grayscale: #6A6A6A. Windows color (decimal): -58997 or 9116159. OLE color: 9116159.
HSL color Cylindrical-coordinate representation of color #FF198B: hue angle of 330.26º 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 #FF198B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 139 | - |
| CMYK | 0 | 0.90 | 0.45 | 0 |
| HSL | 330.26º | 1% | 0.55% | - |
| HSV(B) | 330.26º | 0.9% | 1% | - |
| XYZ | 46.25 | 23.82 | 26.59 | - |
| YUV | 106.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 139 | 0 | 0.90 | 0.45 | 0 | 330.26 | 1 | 0.55 |
| Hex | FF | 19 | 8B | 0 | 5A | 2D | 0 | 14A | 64 | 37 |
| Octal | 377 | 31 | 213 | 0 | 132 | 55 | 0 | 512 | 144 | 67 |
| Binary | 11111111 | 11001 | 10001011 | 0 | 1011010 | 101101 | 0 | 101001010 | 1100100 | 110111 |
Color Harmonies of #FF198B
Complementary color
Monochromatic Colors of #FF198B
Black with #FF198B
Text Example
Text Example
White with #FF198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF198B; }
p { color: rgb(255,25,139); }
H1.HeaderClassName
{
color: #FF198B;
}
.AnyTagClassName
{
color: #FF198B;
}
</style>
background-color css
<style>
a { background-color: #FF198B; }
a { background-color: rgb(255,25,139); }
div.DivClassName
{
background-color: #FF198B;
}
.BgClassName
{
background-color: #FF198B;
}
</style>
border-color css
<style>
span { border-color: #FF198B; }
span { border-color: rgb(255,25,139); }
td.TdClassName
{
border-color: #FF198B;
}
.TagClassName
{
border-color: #FF198B;
}
</style>