Shades of Deep Pink #FA038B
Tints of Deep Pink #FA038B
RGB
CMYK
RGB Variations
Color information
#FA038B (or 0xFA038B) is known color: Deep Pink. HEX triplet: FA, 03 and 8B. RGB value is (250,3,139). Sum of RGB (Red+Green+Blue) = 250+3+139=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA038B is #05FC74. Grayscale: #5C5C5C. Windows color (decimal): -392309 or 9110522. OLE color: 9110522.
HSL color Cylindrical-coordinate representation of color #FA038B: hue angle of 326.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA038B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.02 |
| HSL | 326.96º | 0.98% | 0.5% | - |
| HSV(B) | 326.96º | 0.99% | 0.98% | - |
| XYZ | 44.12 | 22.25 | 26.4 | - |
| YUV | 92.36 | 154.33 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 139 | 0 | 0.99 | 0.44 | 0.02 | 326.96 | 0.98 | 0.5 |
| Hex | FA | 3 | 8B | 0 | 63 | 2C | 2 | 147 | 62 | 32 |
| Octal | 372 | 3 | 213 | 0 | 143 | 54 | 2 | 507 | 142 | 62 |
| Binary | 11111010 | 11 | 10001011 | 0 | 1100011 | 101100 | 10 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FA038B
Complementary color
Monochromatic Colors of #FA038B
Black with #FA038B
Text Example
Text Example
White with #FA038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA038B; }
p { color: rgb(250,3,139); }
H1.HeaderClassName
{
color: #FA038B;
}
.AnyTagClassName
{
color: #FA038B;
}
</style>
background-color css
<style>
a { background-color: #FA038B; }
a { background-color: rgb(250,3,139); }
div.DivClassName
{
background-color: #FA038B;
}
.BgClassName
{
background-color: #FA038B;
}
</style>
border-color css
<style>
span { border-color: #FA038B; }
span { border-color: rgb(250,3,139); }
td.TdClassName
{
border-color: #FA038B;
}
.TagClassName
{
border-color: #FA038B;
}
</style>