Html Css Color HEX #F0A491 Tonys Pink

📋 copy color: '#F0A491'

red 240 ◦ green 164 ◦ blue 145

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

Shades of Tonys Pink #F0A491

Tints of Tonys Pink #F0A491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.41%

R = 43.72%
G = 29.87%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0A491 (or 0xF0A491) is known color: Tonys Pink. HEX triplet: F0, A4 and 91. RGB value is (240,164,145). Sum of RGB (Red+Green+Blue) = 240+164+145=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A491 is #0F5B6E. Grayscale: #B8B8B8. Windows color (decimal): -1006447 or 9544944. OLE color: 9544944.

HSL color Cylindrical-coordinate representation of color #F0A491: hue angle of 12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0A491 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 145 -
CMYK 0 0.32 0.40 0.06
HSL 12º 0.76% 0.75% -
HSV(B) 12º 0.4% 0.94% -
XYZ 54.32 47.12 33.02 -
YUV 184.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 240 164 145 0 0.32 0.40 0.06 12 0.76 0.75
Hex F0 A4 91 0 20 28 6 C 4C 4B
Octal 360 244 221 0 40 50 6 14 114 113
Binary 11110000 10100100 10010001 0 100000 101000 110 1100 1001100 1001011

Color Harmonies of #F0A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A491

Black with #F0A491

Text Example


Text Example

White with #F0A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A491; }

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

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

background-color css

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

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

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

border-color css

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

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

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