Shades of Deep Pink #FA248B
Tints of Deep Pink #FA248B
RGB
CMYK
RGB Variations
Color information
#FA248B (or 0xFA248B) is known color: Deep Pink. HEX triplet: FA, 24 and 8B. RGB value is (250,36,139). Sum of RGB (Red+Green+Blue) = 250+36+139=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA248B is #05DB74. Grayscale: #6F6F6F. Windows color (decimal): -383861 or 9118970. OLE color: 9118970.
HSL color Cylindrical-coordinate representation of color #FA248B: hue angle of 331.12º 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 #FA248B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 139 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.02 |
| HSL | 331.12º | 0.96% | 0.56% | - |
| HSV(B) | 331.12º | 0.86% | 0.98% | - |
| XYZ | 44.72 | 23.45 | 26.6 | - |
| YUV | 111.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 139 | 0 | 0.86 | 0.44 | 0.02 | 331.12 | 0.96 | 0.56 |
| Hex | FA | 24 | 8B | 0 | 56 | 2C | 2 | 14B | 60 | 38 |
| Octal | 372 | 44 | 213 | 0 | 126 | 54 | 2 | 513 | 140 | 70 |
| Binary | 11111010 | 100100 | 10001011 | 0 | 1010110 | 101100 | 10 | 101001011 | 1100000 | 111000 |
Color Harmonies of #FA248B
Complementary color
Monochromatic Colors of #FA248B
Black with #FA248B
Text Example
Text Example
White with #FA248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA248B; }
p { color: rgb(250,36,139); }
H1.HeaderClassName
{
color: #FA248B;
}
.AnyTagClassName
{
color: #FA248B;
}
</style>
background-color css
<style>
a { background-color: #FA248B; }
a { background-color: rgb(250,36,139); }
div.DivClassName
{
background-color: #FA248B;
}
.BgClassName
{
background-color: #FA248B;
}
</style>
border-color css
<style>
span { border-color: #FA248B; }
span { border-color: rgb(250,36,139); }
td.TdClassName
{
border-color: #FA248B;
}
.TagClassName
{
border-color: #FA248B;
}
</style>