Shades of Deep Pink #FF2294
Tints of Deep Pink #FF2294
RGB
CMYK
RGB Variations
Color information
#FF2294 (or 0xFF2294) is known color: Deep Pink. HEX triplet: FF, 22 and 94. RGB value is (255,34,148). Sum of RGB (Red+Green+Blue) = 255+34+148=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2294 is #00DD6B. Grayscale: #707070. Windows color (decimal): -56684 or 9708287. OLE color: 9708287.
HSL color Cylindrical-coordinate representation of color #FF2294: hue angle of 329.05º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2294 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 148 | - |
| CMYK | 0 | 0.87 | 0.42 | 0 |
| HSL | 329.05º | 1% | 0.57% | - |
| HSV(B) | 329.05º | 0.87% | 1% | - |
| XYZ | 47.16 | 24.54 | 30.27 | - |
| YUV | 113.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 148 | 0 | 0.87 | 0.42 | 0 | 329.05 | 1 | 0.57 |
| Hex | FF | 22 | 94 | 0 | 57 | 2A | 0 | 149 | 64 | 39 |
| Octal | 377 | 42 | 224 | 0 | 127 | 52 | 0 | 511 | 144 | 71 |
| Binary | 11111111 | 100010 | 10010100 | 0 | 1010111 | 101010 | 0 | 101001001 | 1100100 | 111001 |
Color Harmonies of #FF2294
Complementary color
Monochromatic Colors of #FF2294
Black with #FF2294
Text Example
Text Example
White with #FF2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2294; }
p { color: rgb(255,34,148); }
H1.HeaderClassName
{
color: #FF2294;
}
.AnyTagClassName
{
color: #FF2294;
}
</style>
background-color css
<style>
a { background-color: #FF2294; }
a { background-color: rgb(255,34,148); }
div.DivClassName
{
background-color: #FF2294;
}
.BgClassName
{
background-color: #FF2294;
}
</style>
border-color css
<style>
span { border-color: #FF2294; }
span { border-color: rgb(255,34,148); }
td.TdClassName
{
border-color: #FF2294;
}
.TagClassName
{
border-color: #FF2294;
}
</style>