Html Css Color HEX #F0A08A Tonys Pink

📋 copy color: '#F0A08A'

red 240 ◦ green 160 ◦ blue 138

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

Shades of Tonys Pink #F0A08A

Tints of Tonys Pink #F0A08A

RGB

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

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

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

R = 44.61%
G = 29.74%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0A08A (or 0xF0A08A) is known color: Tonys Pink. HEX triplet: F0, A0 and 8A. RGB value is (240,160,138). Sum of RGB (Red+Green+Blue) = 240+160+138=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A08A is #0F5F75. Grayscale: #B5B5B5. Windows color (decimal): -1007478 or 9085168. OLE color: 9085168.

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

Color convert

RGB 240 160 138 -
CMYK 0 0.33 0.42 0.06
HSL 12.94º 0.77% 0.74% -
HSV(B) 12.94º 0.43% 0.94% -
XYZ 53.09 45.5 30.03 -
YUV 181.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 240 160 138 0 0.33 0.42 0.06 12.94 0.77 0.74
Hex F0 A0 8A 0 21 2A 6 D 4D 4A
Octal 360 240 212 0 41 52 6 15 115 112
Binary 11110000 10100000 10001010 0 100001 101010 110 1101 1001101 1001010

Color Harmonies of #F0A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A08A

Black with #F0A08A

Text Example


Text Example

White with #F0A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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