Html Css Color HEX #F0A374 Hit Pink

📋 copy color: '#F0A374'

red 240 ◦ green 163 ◦ blue 116

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

Shades of Hit Pink #F0A374

Tints of Hit Pink #F0A374

RGB

 RED value IS 240 (94.14% from 255) = 46.24%

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

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 46.24%
G = 31.41%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0A374 (or 0xF0A374) is known color: Hit Pink. HEX triplet: F0, A3 and 74. RGB value is (240,163,116). Sum of RGB (Red+Green+Blue) = 240+163+116=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A374 is #0F5C8B. Grayscale: #B4B4B4. Windows color (decimal): -1006732 or 7644144. OLE color: 7644144.

HSL color Cylindrical-coordinate representation of color #F0A374: hue angle of 22.74º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0A374 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 116 -
CMYK 0 0.32 0.52 0.06
HSL 22.74º 0.81% 0.7% -
HSV(B) 22.74º 0.52% 0.94% -
XYZ 52.18 45.98 22.65 -
YUV 180.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 240 163 116 0 0.32 0.52 0.06 22.74 0.81 0.7
Hex F0 A3 74 0 20 34 6 17 51 46
Octal 360 243 164 0 40 64 6 27 121 106
Binary 11110000 10100011 1110100 0 100000 110100 110 10111 1010001 1000110

Color Harmonies of #F0A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A374

Black with #F0A374

Text Example


Text Example

White with #F0A374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A374; }

 p { color: rgb(240,163,116); }

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

background-color css

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

 a { background-color: rgb(240,163,116); }

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

border-color css

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

 span { border-color: rgb(240,163,116); }

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