#F7A269

Color #F7A269 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F7A269

Tints of Hit Pink #F7A269

Color information

#F7A269 (or 0xF7A269) is unknown color: approx Hit Pink. HEX triplet: F7, A2 and 69. RGB value is (247,162,105). Sum of RGB (Red+Green+Blue) = 247+162+105=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A269 is #085D96. Grayscale: #B5B5B5. Windows color (decimal): -548247 or 6922999. OLE color: 6922999.

HSL color Cylindrical-coordinate representation of color #F7A269: hue angle of 24.08º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7A269 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247162105-
CMYK00.340.570.03
HSL24.08º89.87%69.02%-
HSV(B)24.08º57.49%96.86%-
XYZ53.8346.6319.53-
YUV180.9285.16175.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 48.05%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=48.05%
G=31.52%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716210500.340.570.0324.0889.8769.02
HexF7A269022393185a45
Octal36724215104271330132105
Binary111101111010001011010010100010111001111100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A269; }

 p { color: rgb(247,162,105); }

 H1.HeaderClassName
 {
   color: #F7A269;
 }
 .AnyTagClassName
 {
   color: #F7A269;
 }
</style>
background-color css

<style>
 a { background-color: #F7A269; }

 a { background-color: rgb(247,162,105); }

 div.DivClassName
 {
   background-color: #F7A269;
 }
 .BgClassName
 {
   background-color: #F7A269;
 }
</style>
border-color css

<style>
 span { border-color: #F7A269; }

 span { border-color: rgb(247,162,105); }

 td.TdClassName
 {
   border-color: #F7A269;
 }
 .TagClassName
 {
   border-color: #F7A269;
 }
</style>