Html Css Color HEX #F0A08D Tonys Pink

📋 copy color: '#F0A08D'

red 240 ◦ green 160 ◦ blue 141

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

Shades of Tonys Pink #F0A08D

Tints of Tonys Pink #F0A08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.57%

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

R = 44.36%
G = 29.57%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0A08D (or 0xF0A08D) is known color: Tonys Pink. HEX triplet: F0, A0 and 8D. RGB value is (240,160,141). Sum of RGB (Red+Green+Blue) = 240+160+141=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A08D is #0F5F72. Grayscale: #B5B5B5. Windows color (decimal): -1007475 or 9281776. OLE color: 9281776.

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

Color convert

RGB 240 160 141 -
CMYK 0 0.33 0.41 0.06
HSL 11.52º 0.77% 0.75% -
HSV(B) 11.52º 0.41% 0.94% -
XYZ 53.31 45.59 31.19 -
YUV 181.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 240 160 141 0 0.33 0.41 0.06 11.52 0.77 0.75
Hex F0 A0 8D 0 21 29 6 C 4D 4B
Octal 360 240 215 0 41 51 6 14 115 113
Binary 11110000 10100000 10001101 0 100001 101001 110 1100 1001101 1001011

Color Harmonies of #F0A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A08D

Black with #F0A08D

Text Example


Text Example

White with #F0A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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