Html Css Color HEX #F0A481 Tonys Pink

📋 copy color: '#F0A481'

red 240 ◦ green 164 ◦ blue 129

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

Shades of Tonys Pink #F0A481

Tints of Tonys Pink #F0A481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.2%

R = 45.03%
G = 30.77%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0A481 (or 0xF0A481) is known color: Tonys Pink. HEX triplet: F0, A4 and 81. RGB value is (240,164,129). Sum of RGB (Red+Green+Blue) = 240+164+129=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A481 is #0F5B7E. Grayscale: #B6B6B6. Windows color (decimal): -1006463 or 8496368. OLE color: 8496368.

HSL color Cylindrical-coordinate representation of color #F0A481: hue angle of 18.92º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0A481 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 129 -
CMYK 0 0.32 0.46 0.06
HSL 18.92º 0.79% 0.72% -
HSV(B) 18.92º 0.46% 0.94% -
XYZ 53.17 46.66 26.97 -
YUV 182.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 240 164 129 0 0.32 0.46 0.06 18.92 0.79 0.72
Hex F0 A4 81 0 20 2E 6 13 4F 48
Octal 360 244 201 0 40 56 6 23 117 110
Binary 11110000 10100100 10000001 0 100000 101110 110 10011 1001111 1001000

Color Harmonies of #F0A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A481

Black with #F0A481

Text Example


Text Example

White with #F0A481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A481; }

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

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

background-color css

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

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

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

border-color css

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

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

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