Html Css Color HEX #F5A087 Tonys Pink

📋 copy color: '#F5A087'

red 245 ◦ green 160 ◦ blue 135

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

Shades of Tonys Pink #F5A087

Tints of Tonys Pink #F5A087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25%

R = 45.37%
G = 29.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5A087 (or 0xF5A087) is known color: Tonys Pink. HEX triplet: F5, A0 and 87. RGB value is (245,160,135). Sum of RGB (Red+Green+Blue) = 245+160+135=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A087 is #0A5F78. Grayscale: #B6B6B6. Windows color (decimal): -679801 or 8888565. OLE color: 8888565.

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

Color convert

RGB 245 160 135 -
CMYK 0 0.35 0.45 0.04
HSL 13.64º 0.85% 0.75% -
HSV(B) 13.64º 0.45% 0.96% -
XYZ 54.6 46.3 28.98 -
YUV 182.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 245 160 135 0 0.35 0.45 0.04 13.64 0.85 0.75
Hex F5 A0 87 0 23 2D 4 E 55 4B
Octal 365 240 207 0 43 55 4 16 125 113
Binary 11110101 10100000 10000111 0 100011 101101 100 1110 1010101 1001011

Color Harmonies of #F5A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A087

Black with #F5A087

Text Example


Text Example

White with #F5A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A087; }

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

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

background-color css

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

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

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

border-color css

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

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

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