Html Css Color HEX #F0A68C Tonys Pink

📋 copy color: '#F0A68C'

red 240 ◦ green 166 ◦ blue 140

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

Shades of Tonys Pink #F0A68C

Tints of Tonys Pink #F0A68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.64%

R = 43.96%
G = 30.4%
B = 25.64%

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

#F0A68C (or 0xF0A68C) is known color: Tonys Pink. HEX triplet: F0, A6 and 8C. RGB value is (240,166,140). Sum of RGB (Red+Green+Blue) = 240+166+140=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A68C is #0F5973. Grayscale: #B9B9B9. Windows color (decimal): -1005940 or 9217776. OLE color: 9217776.

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

Color convert

RGB 240 166 140 -
CMYK 0 0.31 0.42 0.06
HSL 15.6º 0.77% 0.75% -
HSV(B) 15.6º 0.42% 0.94% -
XYZ 54.31 47.69 31.15 -
YUV 185.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 240 166 140 0 0.31 0.42 0.06 15.6 0.77 0.75
Hex F0 A6 8C 0 1F 2A 6 10 4D 4B
Octal 360 246 214 0 37 52 6 20 115 113
Binary 11110000 10100110 10001100 0 11111 101010 110 10000 1001101 1001011

Color Harmonies of #F0A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A68C

Black with #F0A68C

Text Example


Text Example

White with #F0A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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