Shades of Deep Pink #FA237A
Tints of Deep Pink #FA237A
RGB
CMYK
RGB Variations
Color information
#FA237A (or 0xFA237A) is known color: Deep Pink. HEX triplet: FA, 23 and 7A. RGB value is (250,35,122). Sum of RGB (Red+Green+Blue) = 250+35+122=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA237A is #05DC85. Grayscale: #6D6D6D. Windows color (decimal): -384134 or 8004602. OLE color: 8004602.
HSL color Cylindrical-coordinate representation of color #FA237A: hue angle of 335.72º 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 #FA237A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 122 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.02 |
| HSL | 335.72º | 0.96% | 0.56% | - |
| HSV(B) | 335.72º | 0.86% | 0.98% | - |
| XYZ | 43.54 | 22.93 | 20.54 | - |
| YUV | 109.2 | 135.23 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 122 | 0 | 0.86 | 0.51 | 0.02 | 335.72 | 0.96 | 0.56 |
| Hex | FA | 23 | 7A | 0 | 56 | 33 | 2 | 150 | 60 | 38 |
| Octal | 372 | 43 | 172 | 0 | 126 | 63 | 2 | 520 | 140 | 70 |
| Binary | 11111010 | 100011 | 1111010 | 0 | 1010110 | 110011 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FA237A
Complementary color
Monochromatic Colors of #FA237A
Black with #FA237A
Text Example
Text Example
White with #FA237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA237A; }
p { color: rgb(250,35,122); }
H1.HeaderClassName
{
color: #FA237A;
}
.AnyTagClassName
{
color: #FA237A;
}
</style>
background-color css
<style>
a { background-color: #FA237A; }
a { background-color: rgb(250,35,122); }
div.DivClassName
{
background-color: #FA237A;
}
.BgClassName
{
background-color: #FA237A;
}
</style>
border-color css
<style>
span { border-color: #FA237A; }
span { border-color: rgb(250,35,122); }
td.TdClassName
{
border-color: #FA237A;
}
.TagClassName
{
border-color: #FA237A;
}
</style>