Html Css Color HEX #F5A48D Tonys Pink

📋 copy color: '#F5A48D'

red 245 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #F5A48D

Tints of Tonys Pink #F5A48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.82%

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 44.55%
G = 29.82%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5A48D (or 0xF5A48D) is known color: Tonys Pink. HEX triplet: F5, A4 and 8D. RGB value is (245,164,141). Sum of RGB (Red+Green+Blue) = 245+164+141=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A48D is #0A5B72. Grayscale: #B9B9B9. Windows color (decimal): -678771 or 9282805. OLE color: 9282805.

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

Color convert

RGB 245 164 141 -
CMYK 0 0.33 0.42 0.04
HSL 13.27º 0.84% 0.76% -
HSV(B) 13.27º 0.42% 0.96% -
XYZ 55.74 47.89 31.5 -
YUV 185.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 245 164 141 0 0.33 0.42 0.04 13.27 0.84 0.76
Hex F5 A4 8D 0 21 2A 4 D 54 4C
Octal 365 244 215 0 41 52 4 15 124 114
Binary 11110101 10100100 10001101 0 100001 101010 100 1101 1010100 1001100

Color Harmonies of #F5A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A48D

Black with #F5A48D

Text Example


Text Example

White with #F5A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A48D; }

 p { color: rgb(245,164,141); }

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

background-color css

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

 a { background-color: rgb(245,164,141); }

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

border-color css

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

 span { border-color: rgb(245,164,141); }

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