Html Css Color HEX #F0A88A Tonys Pink

📋 copy color: '#F0A88A'

red 240 ◦ green 168 ◦ blue 138

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

Shades of Tonys Pink #F0A88A

Tints of Tonys Pink #F0A88A

RGB

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

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

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

R = 43.96%
G = 30.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0A88A (or 0xF0A88A) is known color: Tonys Pink. HEX triplet: F0, A8 and 8A. RGB value is (240,168,138). Sum of RGB (Red+Green+Blue) = 240+168+138=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A88A is #0F5775. Grayscale: #BABABA. Windows color (decimal): -1005430 or 9087216. OLE color: 9087216.

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

Color convert

RGB 240 168 138 -
CMYK 0 0.3 0.42 0.06
HSL 17.65º 0.77% 0.74% -
HSV(B) 17.65º 0.43% 0.94% -
XYZ 54.53 48.37 30.51 -
YUV 186.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 240 168 138 0 0.3 0.42 0.06 17.65 0.77 0.74
Hex F0 A8 8A 0 1E 2A 6 12 4D 4A
Octal 360 250 212 0 36 52 6 22 115 112
Binary 11110000 10101000 10001010 0 11110 101010 110 10010 1001101 1001010

Color Harmonies of #F0A88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A88A

Black with #F0A88A

Text Example


Text Example

White with #F0A88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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