Shades of Deep Pink #FA2377
Tints of Deep Pink #FA2377
RGB
CMYK
RGB Variations
Color information
#FA2377 (or 0xFA2377) is known color: Deep Pink. HEX triplet: FA, 23 and 77. RGB value is (250,35,119). Sum of RGB (Red+Green+Blue) = 250+35+119=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2377 is #05DC88. Grayscale: #6C6C6C. Windows color (decimal): -384137 or 7807994. OLE color: 7807994.
HSL color Cylindrical-coordinate representation of color #FA2377: hue angle of 336.56º 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 #FA2377 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 119 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.02 |
| HSL | 336.56º | 0.96% | 0.56% | - |
| HSV(B) | 336.56º | 0.86% | 0.98% | - |
| XYZ | 43.36 | 22.86 | 19.58 | - |
| YUV | 108.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 119 | 0 | 0.86 | 0.52 | 0.02 | 336.56 | 0.96 | 0.56 |
| Hex | FA | 23 | 77 | 0 | 56 | 34 | 2 | 151 | 60 | 38 |
| Octal | 372 | 43 | 167 | 0 | 126 | 64 | 2 | 521 | 140 | 70 |
| Binary | 11111010 | 100011 | 1110111 | 0 | 1010110 | 110100 | 10 | 101010001 | 1100000 | 111000 |
Color Harmonies of #FA2377
Complementary color
Monochromatic Colors of #FA2377
Black with #FA2377
Text Example
Text Example
White with #FA2377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2377; }
p { color: rgb(250,35,119); }
H1.HeaderClassName
{
color: #FA2377;
}
.AnyTagClassName
{
color: #FA2377;
}
</style>
background-color css
<style>
a { background-color: #FA2377; }
a { background-color: rgb(250,35,119); }
div.DivClassName
{
background-color: #FA2377;
}
.BgClassName
{
background-color: #FA2377;
}
</style>
border-color css
<style>
span { border-color: #FA2377; }
span { border-color: rgb(250,35,119); }
td.TdClassName
{
border-color: #FA2377;
}
.TagClassName
{
border-color: #FA2377;
}
</style>