Shades of Hit Pink #F1A375
Tints of Hit Pink #F1A375
RGB
CMYK
RGB Variations
Color information
#F1A375 (or 0xF1A375) is known color: Hit Pink. HEX triplet: F1, A3 and 75. RGB value is (241,163,117). Sum of RGB (Red+Green+Blue) = 241+163+117=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A375 is #0E5C8A. Grayscale: #B5B5B5. Windows color (decimal): -941195 or 7709681. OLE color: 7709681.
HSL color Cylindrical-coordinate representation of color #F1A375: hue angle of 22.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1A375 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 117 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.05 |
| HSL | 22.26º | 0.82% | 0.7% | - |
| HSV(B) | 22.26º | 0.51% | 0.95% | - |
| XYZ | 52.58 | 46.18 | 22.97 | - |
| YUV | 181.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 117 | 0 | 0.32 | 0.51 | 0.05 | 22.26 | 0.82 | 0.7 |
| Hex | F1 | A3 | 75 | 0 | 20 | 33 | 5 | 16 | 52 | 46 |
| Octal | 361 | 243 | 165 | 0 | 40 | 63 | 5 | 26 | 122 | 106 |
| Binary | 11110001 | 10100011 | 1110101 | 0 | 100000 | 110011 | 101 | 10110 | 1010010 | 1000110 |
Color Harmonies of #F1A375
Complementary color
Monochromatic Colors of #F1A375
Black with #F1A375
Text Example
Text Example
White with #F1A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A375; }
p { color: rgb(241,163,117); }
H1.HeaderClassName
{
color: #F1A375;
}
.AnyTagClassName
{
color: #F1A375;
}
</style>
background-color css
<style>
a { background-color: #F1A375; }
a { background-color: rgb(241,163,117); }
div.DivClassName
{
background-color: #F1A375;
}
.BgClassName
{
background-color: #F1A375;
}
</style>
border-color css
<style>
span { border-color: #F1A375; }
span { border-color: rgb(241,163,117); }
td.TdClassName
{
border-color: #F1A375;
}
.TagClassName
{
border-color: #F1A375;
}
</style>