Html Css Color HEX #F0A38E Tonys Pink

📋 copy color: '#F0A38E'

red 240 ◦ green 163 ◦ blue 142

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

Shades of Tonys Pink #F0A38E

Tints of Tonys Pink #F0A38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 44.04%
G = 29.91%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0A38E (or 0xF0A38E) is known color: Tonys Pink. HEX triplet: F0, A3 and 8E. RGB value is (240,163,142). Sum of RGB (Red+Green+Blue) = 240+163+142=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A38E is #0F5C71. Grayscale: #B7B7B7. Windows color (decimal): -1006706 or 9348080. OLE color: 9348080.

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

Color convert

RGB 240 163 142 -
CMYK 0 0.32 0.41 0.06
HSL 12.86º 0.77% 0.75% -
HSV(B) 12.86º 0.41% 0.94% -
XYZ 53.91 46.67 31.76 -
YUV 183.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 240 163 142 0 0.32 0.41 0.06 12.86 0.77 0.75
Hex F0 A3 8E 0 20 29 6 D 4D 4B
Octal 360 243 216 0 40 51 6 15 115 113
Binary 11110000 10100011 10001110 0 100000 101001 110 1101 1001101 1001011

Color Harmonies of #F0A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A38E

Black with #F0A38E

Text Example


Text Example

White with #F0A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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