Shades of Deep Pink #FA267F
Tints of Deep Pink #FA267F
RGB
CMYK
RGB Variations
Color information
#FA267F (or 0xFA267F) is known color: Deep Pink. HEX triplet: FA, 26 and 7F. RGB value is (250,38,127). Sum of RGB (Red+Green+Blue) = 250+38+127=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA267F is #05D980. Grayscale: #6F6F6F. Windows color (decimal): -383361 or 8333050. OLE color: 8333050.
HSL color Cylindrical-coordinate representation of color #FA267F: hue angle of 334.81º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA267F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 127 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.02 |
| HSL | 334.81º | 0.95% | 0.56% | - |
| HSV(B) | 334.81º | 0.85% | 0.98% | - |
| XYZ | 43.95 | 23.24 | 22.25 | - |
| YUV | 111.53 | 136.74 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 127 | 0 | 0.85 | 0.49 | 0.02 | 334.81 | 0.95 | 0.56 |
| Hex | FA | 26 | 7F | 0 | 55 | 31 | 2 | 14F | 5F | 38 |
| Octal | 372 | 46 | 177 | 0 | 125 | 61 | 2 | 517 | 137 | 70 |
| Binary | 11111010 | 100110 | 1111111 | 0 | 1010101 | 110001 | 10 | 101001111 | 1011111 | 111000 |
Color Harmonies of #FA267F
Complementary color
Monochromatic Colors of #FA267F
Black with #FA267F
Text Example
Text Example
White with #FA267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA267F; }
p { color: rgb(250,38,127); }
H1.HeaderClassName
{
color: #FA267F;
}
.AnyTagClassName
{
color: #FA267F;
}
</style>
background-color css
<style>
a { background-color: #FA267F; }
a { background-color: rgb(250,38,127); }
div.DivClassName
{
background-color: #FA267F;
}
.BgClassName
{
background-color: #FA267F;
}
</style>
border-color css
<style>
span { border-color: #FA267F; }
span { border-color: rgb(250,38,127); }
td.TdClassName
{
border-color: #FA267F;
}
.TagClassName
{
border-color: #FA267F;
}
</style>