Html Css Color HEX #F0A78D Tonys Pink

📋 copy color: '#F0A78D'

red 240 ◦ green 167 ◦ blue 141

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

Shades of Tonys Pink #F0A78D

Tints of Tonys Pink #F0A78D

RGB

 RED value IS 240 (94.14% from 255) = 43.8%

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

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

R = 43.8%
G = 30.47%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0A78D (or 0xF0A78D) is known color: Tonys Pink. HEX triplet: F0, A7 and 8D. RGB value is (240,167,141). Sum of RGB (Red+Green+Blue) = 240+167+141=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A78D is #0F5872. Grayscale: #BABABA. Windows color (decimal): -1005683 or 9283568. OLE color: 9283568.

HSL color Cylindrical-coordinate representation of color #F0A78D: hue angle of 15.76º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0A78D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 141 -
CMYK 0 0.30 0.41 0.06
HSL 15.76º 0.77% 0.75% -
HSV(B) 15.76º 0.41% 0.94% -
XYZ 54.56 48.09 31.61 -
YUV 185.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 240 167 141 0 0.30 0.41 0.06 15.76 0.77 0.75
Hex F0 A7 8D 0 1E 29 6 10 4D 4B
Octal 360 247 215 0 36 51 6 20 115 113
Binary 11110000 10100111 10001101 0 11110 101001 110 10000 1001101 1001011

Color Harmonies of #F0A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A78D

Black with #F0A78D

Text Example


Text Example

White with #F0A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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