Shades of Deep Pink #FA1F7B
Tints of Deep Pink #FA1F7B
RGB
CMYK
RGB Variations
Color information
#FA1F7B (or 0xFA1F7B) is known color: Deep Pink. HEX triplet: FA, 1F and 7B. RGB value is (250,31,123). Sum of RGB (Red+Green+Blue) = 250+31+123=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1F7B is #05E084. Grayscale: #6A6A6A. Windows color (decimal): -385157 or 8069114. OLE color: 8069114.
HSL color Cylindrical-coordinate representation of color #FA1F7B: hue angle of 334.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1F7B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 123 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.02 |
| HSL | 334.79º | 0.96% | 0.55% | - |
| HSV(B) | 334.79º | 0.88% | 0.98% | - |
| XYZ | 43.49 | 22.73 | 20.83 | - |
| YUV | 106.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 123 | 0 | 0.88 | 0.51 | 0.02 | 334.79 | 0.96 | 0.55 |
| Hex | FA | 1F | 7B | 0 | 58 | 33 | 2 | 14F | 60 | 37 |
| Octal | 372 | 37 | 173 | 0 | 130 | 63 | 2 | 517 | 140 | 67 |
| Binary | 11111010 | 11111 | 1111011 | 0 | 1011000 | 110011 | 10 | 101001111 | 1100000 | 110111 |
Color Harmonies of #FA1F7B
Complementary color
Monochromatic Colors of #FA1F7B
Black with #FA1F7B
Text Example
Text Example
White with #FA1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F7B; }
p { color: rgb(250,31,123); }
H1.HeaderClassName
{
color: #FA1F7B;
}
.AnyTagClassName
{
color: #FA1F7B;
}
</style>
background-color css
<style>
a { background-color: #FA1F7B; }
a { background-color: rgb(250,31,123); }
div.DivClassName
{
background-color: #FA1F7B;
}
.BgClassName
{
background-color: #FA1F7B;
}
</style>
border-color css
<style>
span { border-color: #FA1F7B; }
span { border-color: rgb(250,31,123); }
td.TdClassName
{
border-color: #FA1F7B;
}
.TagClassName
{
border-color: #FA1F7B;
}
</style>