Html Css Color HEX #F0A58E Tonys Pink

📋 copy color: '#F0A58E'

red 240 ◦ green 165 ◦ blue 142

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

Shades of Tonys Pink #F0A58E

Tints of Tonys Pink #F0A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.16%

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

R = 43.88%
G = 30.16%
B = 25.96%

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

#F0A58E (or 0xF0A58E) is known color: Tonys Pink. HEX triplet: F0, A5 and 8E. RGB value is (240,165,142). Sum of RGB (Red+Green+Blue) = 240+165+142=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A58E is #0F5A71. Grayscale: #B8B8B8. Windows color (decimal): -1006194 or 9348592. OLE color: 9348592.

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

Color convert

RGB 240 165 142 -
CMYK 0 0.31 0.41 0.06
HSL 14.08º 0.77% 0.75% -
HSV(B) 14.08º 0.41% 0.94% -
XYZ 54.27 47.39 31.88 -
YUV 184.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 240 165 142 0 0.31 0.41 0.06 14.08 0.77 0.75
Hex F0 A5 8E 0 1F 29 6 E 4D 4B
Octal 360 245 216 0 37 51 6 16 115 113
Binary 11110000 10100101 10001110 0 11111 101001 110 1110 1001101 1001011

Color Harmonies of #F0A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A58E

Black with #F0A58E

Text Example


Text Example

White with #F0A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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