Shades of Hit Pink #FFA367
Tints of Hit Pink #FFA367
RGB
CMYK
RGB Variations
Color information
#FFA367 (or 0xFFA367) is known color: Hit Pink. HEX triplet: FF, A3 and 67. RGB value is (255,163,103). Sum of RGB (Red+Green+Blue) = 255+163+103=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA367 is #005C98. Grayscale: #B8B8B8. Windows color (decimal): -23705 or 6792191. OLE color: 6792191.
HSL color Cylindrical-coordinate representation of color #FFA367: hue angle of 23.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA367 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 103 | - |
| CMYK | 0 | 0.36 | 0.60 | 0 |
| HSL | 23.68º | 1% | 0.7% | - |
| HSV(B) | 23.68º | 0.6% | 1% | - |
| XYZ | 56.79 | 48.43 | 19.19 | - |
| YUV | 183.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 103 | 0 | 0.36 | 0.60 | 0 | 23.68 | 1 | 0.7 |
| Hex | FF | A3 | 67 | 0 | 24 | 3C | 0 | 18 | 64 | 46 |
| Octal | 377 | 243 | 147 | 0 | 44 | 74 | 0 | 30 | 144 | 106 |
| Binary | 11111111 | 10100011 | 1100111 | 0 | 100100 | 111100 | 0 | 11000 | 1100100 | 1000110 |
Color Harmonies of #FFA367
Complementary color
Monochromatic Colors of #FFA367
Black with #FFA367
Text Example
Text Example
White with #FFA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA367; }
p { color: rgb(255,163,103); }
H1.HeaderClassName
{
color: #FFA367;
}
.AnyTagClassName
{
color: #FFA367;
}
</style>
background-color css
<style>
a { background-color: #FFA367; }
a { background-color: rgb(255,163,103); }
div.DivClassName
{
background-color: #FFA367;
}
.BgClassName
{
background-color: #FFA367;
}
</style>
border-color css
<style>
span { border-color: #FFA367; }
span { border-color: rgb(255,163,103); }
td.TdClassName
{
border-color: #FFA367;
}
.TagClassName
{
border-color: #FFA367;
}
</style>