Html Css Color HEX #F5A06B Hit Pink

📋 copy color: '#F5A06B'

red 245 ◦ green 160 ◦ blue 107

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

Shades of Hit Pink #F5A06B

Tints of Hit Pink #F5A06B

RGB

 RED value IS 245 (96.09% from 255) = 47.85%

 GREEN value IS 160 (62.89% from 255) = 31.25%

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

R = 47.85%
G = 31.25%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5A06B (or 0xF5A06B) is known color: Hit Pink. HEX triplet: F5, A0 and 6B. RGB value is (245,160,107). Sum of RGB (Red+Green+Blue) = 245+160+107=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A06B is #0A5F94. Grayscale: #B3B3B3. Windows color (decimal): -679829 or 7053557. OLE color: 7053557.

HSL color Cylindrical-coordinate representation of color #F5A06B: hue angle of 23.04º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5A06B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 160 107 -
CMYK 0 0.35 0.56 0.04
HSL 23.04º 0.87% 0.69% -
HSV(B) 23.04º 0.56% 0.96% -
XYZ 52.88 45.62 19.93 -
YUV 179.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 245 160 107 0 0.35 0.56 0.04 23.04 0.87 0.69
Hex F5 A0 6B 0 23 38 4 17 57 45
Octal 365 240 153 0 43 70 4 27 127 105
Binary 11110101 10100000 1101011 0 100011 111000 100 10111 1010111 1000101

Color Harmonies of #F5A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A06B

Black with #F5A06B

Text Example


Text Example

White with #F5A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A06B; }

 p { color: rgb(245,160,107); }

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

background-color css

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

 a { background-color: rgb(245,160,107); }

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

border-color css

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

 span { border-color: rgb(245,160,107); }

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