Html Css Color HEX #F5A78D Tonys Pink

📋 copy color: '#F5A78D'

red 245 ◦ green 167 ◦ blue 141

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

Shades of Tonys Pink #F5A78D

Tints of Tonys Pink #F5A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.2%

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

R = 44.3%
G = 30.2%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5A78D (or 0xF5A78D) is known color: Tonys Pink. HEX triplet: F5, A7 and 8D. RGB value is (245,167,141). Sum of RGB (Red+Green+Blue) = 245+167+141=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A78D is #0A5872. Grayscale: #BBBBBB. Windows color (decimal): -678003 or 9283573. OLE color: 9283573.

HSL color Cylindrical-coordinate representation of color #F5A78D: hue angle of 15º 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 #F5A78D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 141 -
CMYK 0 0.32 0.42 0.04
HSL 15º 0.84% 0.76% -
HSV(B) 15º 0.42% 0.96% -
XYZ 56.28 48.97 31.69 -
YUV 187.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 245 167 141 0 0.32 0.42 0.04 15 0.84 0.76
Hex F5 A7 8D 0 20 2A 4 F 54 4C
Octal 365 247 215 0 40 52 4 17 124 114
Binary 11110101 10100111 10001101 0 100000 101010 100 1111 1010100 1001100

Color Harmonies of #F5A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A78D

Black with #F5A78D

Text Example


Text Example

White with #F5A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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