Html Css Color HEX #F5A18A Tonys Pink

📋 copy color: '#F5A18A'

red 245 ◦ green 161 ◦ blue 138

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

Shades of Tonys Pink #F5A18A

Tints of Tonys Pink #F5A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 138 (54.3% from 255) = 25.37%

R = 45.04%
G = 29.6%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5A18A (or 0xF5A18A) is known color: Tonys Pink. HEX triplet: F5, A1 and 8A. RGB value is (245,161,138). Sum of RGB (Red+Green+Blue) = 245+161+138=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A18A is #0A5E75. Grayscale: #B7B7B7. Windows color (decimal): -679542 or 9085429. OLE color: 9085429.

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

Color convert

RGB 245 161 138 -
CMYK 0 0.34 0.44 0.04
HSL 12.9º 0.84% 0.75% -
HSV(B) 12.9º 0.44% 0.96% -
XYZ 54.99 46.74 30.17 -
YUV 183.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 245 161 138 0 0.34 0.44 0.04 12.9 0.84 0.75
Hex F5 A1 8A 0 22 2C 4 D 54 4B
Octal 365 241 212 0 42 54 4 15 124 113
Binary 11110101 10100001 10001010 0 100010 101100 100 1101 1010100 1001011

Color Harmonies of #F5A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A18A

Black with #F5A18A

Text Example


Text Example

White with #F5A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A18A; }

 p { color: rgb(245,161,138); }

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

background-color css

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

 a { background-color: rgb(245,161,138); }

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

border-color css

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

 span { border-color: rgb(245,161,138); }

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