Html Css Color HEX #F0A381 Tonys Pink

📋 copy color: '#F0A381'

red 240 ◦ green 163 ◦ blue 129

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

Shades of Tonys Pink #F0A381

Tints of Tonys Pink #F0A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

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

R = 45.11%
G = 30.64%
B = 24.25%

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

#F0A381 (or 0xF0A381) is known color: Tonys Pink. HEX triplet: F0, A3 and 81. RGB value is (240,163,129). Sum of RGB (Red+Green+Blue) = 240+163+129=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A381 is #0F5C7E. Grayscale: #B6B6B6. Windows color (decimal): -1006719 or 8496112. OLE color: 8496112.

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

Color convert

RGB 240 163 129 -
CMYK 0 0.32 0.46 0.06
HSL 18.38º 0.79% 0.72% -
HSV(B) 18.38º 0.46% 0.94% -
XYZ 52.99 46.3 26.91 -
YUV 182.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 240 163 129 0 0.32 0.46 0.06 18.38 0.79 0.72
Hex F0 A3 81 0 20 2E 6 12 4F 48
Octal 360 243 201 0 40 56 6 22 117 110
Binary 11110000 10100011 10000001 0 100000 101110 110 10010 1001111 1001000

Color Harmonies of #F0A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A381

Black with #F0A381

Text Example


Text Example

White with #F0A381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A381; }

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

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

background-color css

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

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

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

border-color css

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

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

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