Html Css Color HEX #F0A68D Tonys Pink

📋 copy color: '#F0A68D'

red 240 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #F0A68D

Tints of Tonys Pink #F0A68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 43.88%
G = 30.35%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0A68D (or 0xF0A68D) is known color: Tonys Pink. HEX triplet: F0, A6 and 8D. RGB value is (240,166,141). Sum of RGB (Red+Green+Blue) = 240+166+141=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A68D is #0F5972. Grayscale: #B9B9B9. Windows color (decimal): -1005939 or 9283312. OLE color: 9283312.

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

Color convert

RGB 240 166 141 -
CMYK 0 0.31 0.41 0.06
HSL 15.15º 0.77% 0.75% -
HSV(B) 15.15º 0.41% 0.94% -
XYZ 54.38 47.72 31.54 -
YUV 185.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 240 166 141 0 0.31 0.41 0.06 15.15 0.77 0.75
Hex F0 A6 8D 0 1F 29 6 F 4D 4B
Octal 360 246 215 0 37 51 6 17 115 113
Binary 11110000 10100110 10001101 0 11111 101001 110 1111 1001101 1001011

Color Harmonies of #F0A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A68D

Black with #F0A68D

Text Example


Text Example

White with #F0A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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