Html Css Color HEX #F0A78E Tonys Pink

📋 copy color: '#F0A78E'

red 240 ◦ green 167 ◦ blue 142

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

Shades of Tonys Pink #F0A78E

Tints of Tonys Pink #F0A78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.87%

R = 43.72%
G = 30.42%
B = 25.87%

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

#F0A78E (or 0xF0A78E) is known color: Tonys Pink. HEX triplet: F0, A7 and 8E. RGB value is (240,167,142). Sum of RGB (Red+Green+Blue) = 240+167+142=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A78E is #0F5871. Grayscale: #BABABA. Windows color (decimal): -1005682 or 9349104. OLE color: 9349104.

HSL color Cylindrical-coordinate representation of color #F0A78E: hue angle of 15.31º 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 #F0A78E is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 142 -
CMYK 0 0.30 0.41 0.06
HSL 15.31º 0.77% 0.75% -
HSV(B) 15.31º 0.41% 0.94% -
XYZ 54.64 48.12 32 -
YUV 185.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 240 167 142 0 0.30 0.41 0.06 15.31 0.77 0.75
Hex F0 A7 8E 0 1E 29 6 F 4D 4B
Octal 360 247 216 0 36 51 6 17 115 113
Binary 11110000 10100111 10001110 0 11110 101001 110 1111 1001101 1001011

Color Harmonies of #F0A78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A78E

Black with #F0A78E

Text Example


Text Example

White with #F0A78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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