Html Css Color HEX #F0A48A Tonys Pink

📋 copy color: '#F0A48A'

red 240 ◦ green 164 ◦ blue 138

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

Shades of Tonys Pink #F0A48A

Tints of Tonys Pink #F0A48A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 44.28%
G = 30.26%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0A48A (or 0xF0A48A) is known color: Tonys Pink. HEX triplet: F0, A4 and 8A. RGB value is (240,164,138). Sum of RGB (Red+Green+Blue) = 240+164+138=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A48A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A48A is #0F5B75. Grayscale: #B7B7B7. Windows color (decimal): -1006454 or 9086192. OLE color: 9086192.

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

Color convert

RGB 240 164 138 -
CMYK 0 0.32 0.42 0.06
HSL 15.29º 0.77% 0.74% -
HSV(B) 15.29º 0.43% 0.94% -
XYZ 53.8 46.91 30.26 -
YUV 183.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 240 164 138 0 0.32 0.42 0.06 15.29 0.77 0.74
Hex F0 A4 8A 0 20 2A 6 F 4D 4A
Octal 360 244 212 0 40 52 6 17 115 112
Binary 11110000 10100100 10001010 0 100000 101010 110 1111 1001101 1001010

Color Harmonies of #F0A48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A48A

Black with #F0A48A

Text Example


Text Example

White with #F0A48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A48A; }

 p { color: rgb(240,164,138); }

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

background-color css

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

 a { background-color: rgb(240,164,138); }

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

border-color css

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

 span { border-color: rgb(240,164,138); }

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