Shades of Deep Pink #FA237D
Tints of Deep Pink #FA237D
RGB
CMYK
RGB Variations
Color information
#FA237D (or 0xFA237D) is known color: Deep Pink. HEX triplet: FA, 23 and 7D. RGB value is (250,35,125). Sum of RGB (Red+Green+Blue) = 250+35+125=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA237D is #05DC82. Grayscale: #6D6D6D. Windows color (decimal): -384131 or 8201210. OLE color: 8201210.
HSL color Cylindrical-coordinate representation of color #FA237D: hue angle of 334.88º 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 #FA237D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 125 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.02 |
| HSL | 334.88º | 0.96% | 0.56% | - |
| HSV(B) | 334.88º | 0.86% | 0.98% | - |
| XYZ | 43.73 | 23.01 | 21.54 | - |
| YUV | 109.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 125 | 0 | 0.86 | 0.50 | 0.02 | 334.88 | 0.96 | 0.56 |
| Hex | FA | 23 | 7D | 0 | 56 | 32 | 2 | 14F | 60 | 38 |
| Octal | 372 | 43 | 175 | 0 | 126 | 62 | 2 | 517 | 140 | 70 |
| Binary | 11111010 | 100011 | 1111101 | 0 | 1010110 | 110010 | 10 | 101001111 | 1100000 | 111000 |
Color Harmonies of #FA237D
Complementary color
Monochromatic Colors of #FA237D
Black with #FA237D
Text Example
Text Example
White with #FA237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA237D; }
p { color: rgb(250,35,125); }
H1.HeaderClassName
{
color: #FA237D;
}
.AnyTagClassName
{
color: #FA237D;
}
</style>
background-color css
<style>
a { background-color: #FA237D; }
a { background-color: rgb(250,35,125); }
div.DivClassName
{
background-color: #FA237D;
}
.BgClassName
{
background-color: #FA237D;
}
</style>
border-color css
<style>
span { border-color: #FA237D; }
span { border-color: rgb(250,35,125); }
td.TdClassName
{
border-color: #FA237D;
}
.TagClassName
{
border-color: #FA237D;
}
</style>