Shades of Deep Pink #FF218A
Tints of Deep Pink #FF218A
RGB
CMYK
RGB Variations
Color information
#FF218A (or 0xFF218A) is known color: Deep Pink. HEX triplet: FF, 21 and 8A. RGB value is (255,33,138). Sum of RGB (Red+Green+Blue) = 255+33+138=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF218A is #00DE75. Grayscale: #6F6F6F. Windows color (decimal): -56950 or 9052671. OLE color: 9052671.
HSL color Cylindrical-coordinate representation of color #FF218A: hue angle of 331.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF218A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 138 | - |
| CMYK | 0 | 0.87 | 0.46 | 0 |
| HSL | 331.62º | 1% | 0.56% | - |
| HSV(B) | 331.62º | 0.87% | 1% | - |
| XYZ | 46.37 | 24.18 | 26.27 | - |
| YUV | 111.35 | 143.05 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 138 | 0 | 0.87 | 0.46 | 0 | 331.62 | 1 | 0.56 |
| Hex | FF | 21 | 8A | 0 | 57 | 2E | 0 | 14C | 64 | 38 |
| Octal | 377 | 41 | 212 | 0 | 127 | 56 | 0 | 514 | 144 | 70 |
| Binary | 11111111 | 100001 | 10001010 | 0 | 1010111 | 101110 | 0 | 101001100 | 1100100 | 111000 |
Color Harmonies of #FF218A
Complementary color
Monochromatic Colors of #FF218A
Black with #FF218A
Text Example
Text Example
White with #FF218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF218A; }
p { color: rgb(255,33,138); }
H1.HeaderClassName
{
color: #FF218A;
}
.AnyTagClassName
{
color: #FF218A;
}
</style>
background-color css
<style>
a { background-color: #FF218A; }
a { background-color: rgb(255,33,138); }
div.DivClassName
{
background-color: #FF218A;
}
.BgClassName
{
background-color: #FF218A;
}
</style>
border-color css
<style>
span { border-color: #FF218A; }
span { border-color: rgb(255,33,138); }
td.TdClassName
{
border-color: #FF218A;
}
.TagClassName
{
border-color: #FF218A;
}
</style>