Html Css Color HEX #F0A78A Tonys Pink

📋 copy color: '#F0A78A'

red 240 ◦ green 167 ◦ blue 138

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

Shades of Tonys Pink #F0A78A

Tints of Tonys Pink #F0A78A

RGB

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

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

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

R = 44.04%
G = 30.64%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0A78A (or 0xF0A78A) is known color: Tonys Pink. HEX triplet: F0, A7 and 8A. RGB value is (240,167,138). Sum of RGB (Red+Green+Blue) = 240+167+138=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A78A is #0F5875. Grayscale: #B9B9B9. Windows color (decimal): -1005686 or 9086960. OLE color: 9086960.

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

Color convert

RGB 240 167 138 -
CMYK 0 0.30 0.42 0.06
HSL 17.06º 0.77% 0.74% -
HSV(B) 17.06º 0.43% 0.94% -
XYZ 54.34 48 30.45 -
YUV 185.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 240 167 138 0 0.30 0.42 0.06 17.06 0.77 0.74
Hex F0 A7 8A 0 1E 2A 6 11 4D 4A
Octal 360 247 212 0 36 52 6 21 115 112
Binary 11110000 10100111 10001010 0 11110 101010 110 10001 1001101 1001010

Color Harmonies of #F0A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A78A

Black with #F0A78A

Text Example


Text Example

White with #F0A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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