Html Css Color HEX #F7A96B Hit Pink

📋 copy color: '#F7A96B'

red 247 ◦ green 169 ◦ blue 107

#F7A96B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F7A96B

Tints of Hit Pink #F7A96B

RGB

 RED value IS 247 (96.88% from 255) = 47.23%

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 107 (42.19% from 255) = 20.46%

R = 47.23%
G = 32.31%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7A96B (or 0xF7A96B) is known color: Hit Pink. HEX triplet: F7, A9 and 6B. RGB value is (247,169,107). Sum of RGB (Red+Green+Blue) = 247+169+107=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A96B is #085694. Grayscale: #B9B9B9. Windows color (decimal): -546453 or 7055863. OLE color: 7055863.

HSL color Cylindrical-coordinate representation of color #F7A96B: hue angle of 26.57º 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 #F7A96B is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 169 107 -
CMYK 0 0.32 0.57 0.03
HSL 26.57º 0.9% 0.69% -
HSV(B) 26.57º 0.57% 0.97% -
XYZ 55.2 49.21 20.5 -
YUV 185.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 247 169 107 0 0.32 0.57 0.03 26.57 0.9 0.69
Hex F7 A9 6B 0 20 39 3 1B 5A 45
Octal 367 251 153 0 40 71 3 33 132 105
Binary 11110111 10101001 1101011 0 100000 111001 11 11011 1011010 1000101

Color Harmonies of #F7A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A96B

Black with #F7A96B

Text Example


Text Example

White with #F7A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A96B; }

 p { color: rgb(247,169,107); }

 H1.HeaderClassName
 {
   color: #F7A96B;
 }
 .AnyTagClassName
 {
   color: #F7A96B;
 }
</style>

background-color css

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

 a { background-color: rgb(247,169,107); }

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

border-color css

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

 span { border-color: rgb(247,169,107); }

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