Html Css Color HEX #F0A38D Tonys Pink

📋 copy color: '#F0A38D'

red 240 ◦ green 163 ◦ blue 141

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

Shades of Tonys Pink #F0A38D

Tints of Tonys Pink #F0A38D

RGB

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

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

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

R = 44.12%
G = 29.96%
B = 25.92%

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

#F0A38D (or 0xF0A38D) is known color: Tonys Pink. HEX triplet: F0, A3 and 8D. RGB value is (240,163,141). Sum of RGB (Red+Green+Blue) = 240+163+141=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A38D is #0F5C72. Grayscale: #B7B7B7. Windows color (decimal): -1006707 or 9282544. OLE color: 9282544.

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

Color convert

RGB 240 163 141 -
CMYK 0 0.32 0.41 0.06
HSL 13.33º 0.77% 0.75% -
HSV(B) 13.33º 0.41% 0.94% -
XYZ 53.84 46.64 31.36 -
YUV 183.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 240 163 141 0 0.32 0.41 0.06 13.33 0.77 0.75
Hex F0 A3 8D 0 20 29 6 D 4D 4B
Octal 360 243 215 0 40 51 6 15 115 113
Binary 11110000 10100011 10001101 0 100000 101001 110 1101 1001101 1001011

Color Harmonies of #F0A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A38D

Black with #F0A38D

Text Example


Text Example

White with #F0A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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