Html Css Color HEX #F7A375 Hit Pink

📋 copy color: '#F7A375'

red 247 ◦ green 163 ◦ blue 117

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

Shades of Hit Pink #F7A375

Tints of Hit Pink #F7A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.93%

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 46.87%
G = 30.93%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7A375 (or 0xF7A375) is known color: Hit Pink. HEX triplet: F7, A3 and 75. RGB value is (247,163,117). Sum of RGB (Red+Green+Blue) = 247+163+117=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A375 is #085C8A. Grayscale: #B7B7B7. Windows color (decimal): -547979 or 7709687. OLE color: 7709687.

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

Color convert

RGB 247 163 117 -
CMYK 0 0.34 0.53 0.03
HSL 21.23º 0.89% 0.71% -
HSV(B) 21.23º 0.53% 0.97% -
XYZ 54.67 47.25 23.07 -
YUV 182.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 247 163 117 0 0.34 0.53 0.03 21.23 0.89 0.71
Hex F7 A3 75 0 22 35 3 15 59 47
Octal 367 243 165 0 42 65 3 25 131 107
Binary 11110111 10100011 1110101 0 100010 110101 11 10101 1011001 1000111

Color Harmonies of #F7A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A375

Black with #F7A375

Text Example


Text Example

White with #F7A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A375; }

 p { color: rgb(247,163,117); }

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

background-color css

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

 a { background-color: rgb(247,163,117); }

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

border-color css

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

 span { border-color: rgb(247,163,117); }

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