Html Css Color HEX #F0A388 Tonys Pink

📋 copy color: '#F0A388'

red 240 ◦ green 163 ◦ blue 136

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

Shades of Tonys Pink #F0A388

Tints of Tonys Pink #F0A388

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.24%

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

R = 44.53%
G = 30.24%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0A388 (or 0xF0A388) is known color: Tonys Pink. HEX triplet: F0, A3 and 88. RGB value is (240,163,136). Sum of RGB (Red+Green+Blue) = 240+163+136=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A388 is #0F5C77. Grayscale: #B7B7B7. Windows color (decimal): -1006712 or 8954864. OLE color: 8954864.

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

Color convert

RGB 240 163 136 -
CMYK 0 0.32 0.43 0.06
HSL 15.58º 0.78% 0.74% -
HSV(B) 15.58º 0.43% 0.94% -
XYZ 53.48 46.5 29.45 -
YUV 182.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 240 163 136 0 0.32 0.43 0.06 15.58 0.78 0.74
Hex F0 A3 88 0 20 2B 6 10 4E 4A
Octal 360 243 210 0 40 53 6 20 116 112
Binary 11110000 10100011 10001000 0 100000 101011 110 10000 1001110 1001010

Color Harmonies of #F0A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A388

Black with #F0A388

Text Example


Text Example

White with #F0A388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A388; }

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

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

background-color css

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

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

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

border-color css

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

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

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