Shades of Deep Pink #FA2383
Tints of Deep Pink #FA2383
RGB
CMYK
RGB Variations
Color information
#FA2383 (or 0xFA2383) is known color: Deep Pink. HEX triplet: FA, 23 and 83. RGB value is (250,35,131). Sum of RGB (Red+Green+Blue) = 250+35+131=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2383 is #05DC7C. Grayscale: #6E6E6E. Windows color (decimal): -384125 or 8594426. OLE color: 8594426.
HSL color Cylindrical-coordinate representation of color #FA2383: hue angle of 333.21º 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 #FA2383 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 131 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.02 |
| HSL | 333.21º | 0.96% | 0.56% | - |
| HSV(B) | 333.21º | 0.86% | 0.98% | - |
| XYZ | 44.12 | 23.16 | 23.62 | - |
| YUV | 110.23 | 139.73 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 131 | 0 | 0.86 | 0.48 | 0.02 | 333.21 | 0.96 | 0.56 |
| Hex | FA | 23 | 83 | 0 | 56 | 30 | 2 | 14D | 60 | 38 |
| Octal | 372 | 43 | 203 | 0 | 126 | 60 | 2 | 515 | 140 | 70 |
| Binary | 11111010 | 100011 | 10000011 | 0 | 1010110 | 110000 | 10 | 101001101 | 1100000 | 111000 |
Color Harmonies of #FA2383
Complementary color
Monochromatic Colors of #FA2383
Black with #FA2383
Text Example
Text Example
White with #FA2383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2383; }
p { color: rgb(250,35,131); }
H1.HeaderClassName
{
color: #FA2383;
}
.AnyTagClassName
{
color: #FA2383;
}
</style>
background-color css
<style>
a { background-color: #FA2383; }
a { background-color: rgb(250,35,131); }
div.DivClassName
{
background-color: #FA2383;
}
.BgClassName
{
background-color: #FA2383;
}
</style>
border-color css
<style>
span { border-color: #FA2383; }
span { border-color: rgb(250,35,131); }
td.TdClassName
{
border-color: #FA2383;
}
.TagClassName
{
border-color: #FA2383;
}
</style>