Shades of Hit Pink #F3A375
Tints of Hit Pink #F3A375
RGB
CMYK
RGB Variations
Color information
#F3A375 (or 0xF3A375) is known color: Hit Pink. HEX triplet: F3, A3 and 75. RGB value is (243,163,117). Sum of RGB (Red+Green+Blue) = 243+163+117=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A375 is #0C5C8A. Grayscale: #B5B5B5. Windows color (decimal): -810123 or 7709683. OLE color: 7709683.
HSL color Cylindrical-coordinate representation of color #F3A375: hue angle of 21.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3A375 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 117 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.05 |
| HSL | 21.9º | 0.84% | 0.71% | - |
| HSV(B) | 21.9º | 0.52% | 0.95% | - |
| XYZ | 53.27 | 46.53 | 23 | - |
| YUV | 181.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 117 | 0 | 0.33 | 0.52 | 0.05 | 21.9 | 0.84 | 0.71 |
| Hex | F3 | A3 | 75 | 0 | 21 | 34 | 5 | 16 | 54 | 47 |
| Octal | 363 | 243 | 165 | 0 | 41 | 64 | 5 | 26 | 124 | 107 |
| Binary | 11110011 | 10100011 | 1110101 | 0 | 100001 | 110100 | 101 | 10110 | 1010100 | 1000111 |
Color Harmonies of #F3A375
Complementary color
Monochromatic Colors of #F3A375
Black with #F3A375
Text Example
Text Example
White with #F3A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A375; }
p { color: rgb(243,163,117); }
H1.HeaderClassName
{
color: #F3A375;
}
.AnyTagClassName
{
color: #F3A375;
}
</style>
background-color css
<style>
a { background-color: #F3A375; }
a { background-color: rgb(243,163,117); }
div.DivClassName
{
background-color: #F3A375;
}
.BgClassName
{
background-color: #F3A375;
}
</style>
border-color css
<style>
span { border-color: #F3A375; }
span { border-color: rgb(243,163,117); }
td.TdClassName
{
border-color: #F3A375;
}
.TagClassName
{
border-color: #F3A375;
}
</style>