Html Css Color HEX #F0A68B Tonys Pink

📋 copy color: '#F0A68B'

red 240 ◦ green 166 ◦ blue 139

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

Shades of Tonys Pink #F0A68B

Tints of Tonys Pink #F0A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.46%

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 44.04%
G = 30.46%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0A68B (or 0xF0A68B) is known color: Tonys Pink. HEX triplet: F0, A6 and 8B. RGB value is (240,166,139). Sum of RGB (Red+Green+Blue) = 240+166+139=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A68B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A68B is #0F5974. Grayscale: #B9B9B9. Windows color (decimal): -1005941 or 9152240. OLE color: 9152240.

HSL color Cylindrical-coordinate representation of color #F0A68B: hue angle of 16.04º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0A68B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 166 139 -
CMYK 0 0.31 0.42 0.06
HSL 16.04º 0.77% 0.74% -
HSV(B) 16.04º 0.42% 0.94% -
XYZ 54.23 47.66 30.77 -
YUV 185.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 240 166 139 0 0.31 0.42 0.06 16.04 0.77 0.74
Hex F0 A6 8B 0 1F 2A 6 10 4D 4A
Octal 360 246 213 0 37 52 6 20 115 112
Binary 11110000 10100110 10001011 0 11111 101010 110 10000 1001101 1001010

Color Harmonies of #F0A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A68B

Black with #F0A68B

Text Example


Text Example

White with #F0A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A68B; }

 p { color: rgb(240,166,139); }

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

background-color css

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

 a { background-color: rgb(240,166,139); }

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

border-color css

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

 span { border-color: rgb(240,166,139); }

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