Html Css Color HEX #F0A988 Tonys Pink

📋 copy color: '#F0A988'

red 240 ◦ green 169 ◦ blue 136

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

Shades of Tonys Pink #F0A988

Tints of Tonys Pink #F0A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.01%

 BLUE value IS 136 (53.52% from 255) = 24.95%

R = 44.04%
G = 31.01%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0A988 (or 0xF0A988) is known color: Tonys Pink. HEX triplet: F0, A9 and 88. RGB value is (240,169,136). Sum of RGB (Red+Green+Blue) = 240+169+136=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A988 is #0F5677. Grayscale: #BABABA. Windows color (decimal): -1005176 or 8956400. OLE color: 8956400.

HSL color Cylindrical-coordinate representation of color #F0A988: hue angle of 19.04º degrees, saturation: 0.78, 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 #F0A988 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 169 136 -
CMYK 0 0.30 0.43 0.06
HSL 19.04º 0.78% 0.74% -
HSV(B) 19.04º 0.43% 0.94% -
XYZ 54.57 48.68 29.81 -
YUV 186.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 240 169 136 0 0.30 0.43 0.06 19.04 0.78 0.74
Hex F0 A9 88 0 1E 2B 6 13 4E 4A
Octal 360 251 210 0 36 53 6 23 116 112
Binary 11110000 10101001 10001000 0 11110 101011 110 10011 1001110 1001010

Color Harmonies of #F0A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A988

Black with #F0A988

Text Example


Text Example

White with #F0A988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A988; }

 p { color: rgb(240,169,136); }

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

background-color css

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

 a { background-color: rgb(240,169,136); }

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

border-color css

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

 span { border-color: rgb(240,169,136); }

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