Html Css Color HEX #F0A88E Tonys Pink

📋 copy color: '#F0A88E'

red 240 ◦ green 168 ◦ blue 142

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

Shades of Tonys Pink #F0A88E

Tints of Tonys Pink #F0A88E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.55%

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

R = 43.64%
G = 30.55%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0A88E (or 0xF0A88E) is known color: Tonys Pink. HEX triplet: F0, A8 and 8E. RGB value is (240,168,142). Sum of RGB (Red+Green+Blue) = 240+168+142=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A88E is #0F5771. Grayscale: #BABABA. Windows color (decimal): -1005426 or 9349360. OLE color: 9349360.

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

Color convert

RGB 240 168 142 -
CMYK 0 0.3 0.41 0.06
HSL 15.92º 0.77% 0.75% -
HSV(B) 15.92º 0.41% 0.94% -
XYZ 54.82 48.48 32.06 -
YUV 186.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 240 168 142 0 0.3 0.41 0.06 15.92 0.77 0.75
Hex F0 A8 8E 0 1E 29 6 10 4D 4B
Octal 360 250 216 0 36 51 6 20 115 113
Binary 11110000 10101000 10001110 0 11110 101001 110 10000 1001101 1001011

Color Harmonies of #F0A88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A88E

Black with #F0A88E

Text Example


Text Example

White with #F0A88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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