Html Css Color HEX #F0A58B Tonys Pink

📋 copy color: '#F0A58B'

red 240 ◦ green 165 ◦ blue 139

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

Shades of Tonys Pink #F0A58B

Tints of Tonys Pink #F0A58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.55%

R = 44.12%
G = 30.33%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0A58B (or 0xF0A58B) is known color: Tonys Pink. HEX triplet: F0, A5 and 8B. RGB value is (240,165,139). Sum of RGB (Red+Green+Blue) = 240+165+139=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A58B is #0F5A74. Grayscale: #B8B8B8. Windows color (decimal): -1006197 or 9151984. OLE color: 9151984.

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

Color convert

RGB 240 165 139 -
CMYK 0 0.31 0.42 0.06
HSL 15.45º 0.77% 0.74% -
HSV(B) 15.45º 0.42% 0.94% -
XYZ 54.05 47.3 30.71 -
YUV 184.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 240 165 139 0 0.31 0.42 0.06 15.45 0.77 0.74
Hex F0 A5 8B 0 1F 2A 6 F 4D 4A
Octal 360 245 213 0 37 52 6 17 115 112
Binary 11110000 10100101 10001011 0 11111 101010 110 1111 1001101 1001010

Color Harmonies of #F0A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A58B

Black with #F0A58B

Text Example


Text Example

White with #F0A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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