Shades of Deep Pink #FA2294
Tints of Deep Pink #FA2294
RGB
CMYK
RGB Variations
Color information
#FA2294 (or 0xFA2294) is known color: Deep Pink. HEX triplet: FA, 22 and 94. RGB value is (250,34,148). Sum of RGB (Red+Green+Blue) = 250+34+148=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2294 is #05DD6B. Grayscale: #6F6F6F. Windows color (decimal): -384364 or 9708282. OLE color: 9708282.
HSL color Cylindrical-coordinate representation of color #FA2294: hue angle of 328.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2294 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 148 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.02 |
| HSL | 328.33º | 0.96% | 0.56% | - |
| HSV(B) | 328.33º | 0.86% | 0.98% | - |
| XYZ | 45.34 | 23.61 | 30.18 | - |
| YUV | 111.58 | 148.56 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 148 | 0 | 0.86 | 0.41 | 0.02 | 328.33 | 0.96 | 0.56 |
| Hex | FA | 22 | 94 | 0 | 56 | 29 | 2 | 148 | 60 | 38 |
| Octal | 372 | 42 | 224 | 0 | 126 | 51 | 2 | 510 | 140 | 70 |
| Binary | 11111010 | 100010 | 10010100 | 0 | 1010110 | 101001 | 10 | 101001000 | 1100000 | 111000 |
Color Harmonies of #FA2294
Complementary color
Monochromatic Colors of #FA2294
Black with #FA2294
Text Example
Text Example
White with #FA2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2294; }
p { color: rgb(250,34,148); }
H1.HeaderClassName
{
color: #FA2294;
}
.AnyTagClassName
{
color: #FA2294;
}
</style>
background-color css
<style>
a { background-color: #FA2294; }
a { background-color: rgb(250,34,148); }
div.DivClassName
{
background-color: #FA2294;
}
.BgClassName
{
background-color: #FA2294;
}
</style>
border-color css
<style>
span { border-color: #FA2294; }
span { border-color: rgb(250,34,148); }
td.TdClassName
{
border-color: #FA2294;
}
.TagClassName
{
border-color: #FA2294;
}
</style>