Html Css Color HEX #F0A288 Tonys Pink

📋 copy color: '#F0A288'

red 240 ◦ green 162 ◦ blue 136

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

Shades of Tonys Pink #F0A288

Tints of Tonys Pink #F0A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.11%

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

R = 44.61%
G = 30.11%
B = 25.28%

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

#F0A288 (or 0xF0A288) is known color: Tonys Pink. HEX triplet: F0, A2 and 88. RGB value is (240,162,136). Sum of RGB (Red+Green+Blue) = 240+162+136=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A288 is #0F5D77. Grayscale: #B6B6B6. Windows color (decimal): -1006968 or 8954608. OLE color: 8954608.

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

Color convert

RGB 240 162 136 -
CMYK 0 0.32 0.43 0.06
HSL 15º 0.78% 0.74% -
HSV(B) 15º 0.43% 0.94% -
XYZ 53.3 46.14 29.39 -
YUV 182.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 240 162 136 0 0.32 0.43 0.06 15 0.78 0.74
Hex F0 A2 88 0 20 2B 6 F 4E 4A
Octal 360 242 210 0 40 53 6 17 116 112
Binary 11110000 10100010 10001000 0 100000 101011 110 1111 1001110 1001010

Color Harmonies of #F0A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A288

Black with #F0A288

Text Example


Text Example

White with #F0A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A288; }

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

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

background-color css

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

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

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

border-color css

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

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

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