Html Css Color HEX #F0A282 Tonys Pink

📋 copy color: '#F0A282'

red 240 ◦ green 162 ◦ blue 130

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

Shades of Tonys Pink #F0A282

Tints of Tonys Pink #F0A282

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.45%

 BLUE value IS 130 (51.17% from 255) = 24.44%

R = 45.11%
G = 30.45%
B = 24.44%

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

#F0A282 (or 0xF0A282) is known color: Tonys Pink. HEX triplet: F0, A2 and 82. RGB value is (240,162,130). Sum of RGB (Red+Green+Blue) = 240+162+130=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A282 is #0F5D7D. Grayscale: #B5B5B5. Windows color (decimal): -1006974 or 8561392. OLE color: 8561392.

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

Color convert

RGB 240 162 130 -
CMYK 0 0.32 0.46 0.06
HSL 17.45º 0.79% 0.73% -
HSV(B) 17.45º 0.46% 0.94% -
XYZ 52.88 45.98 27.21 -
YUV 181.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 240 162 130 0 0.32 0.46 0.06 17.45 0.79 0.73
Hex F0 A2 82 0 20 2E 6 11 4F 49
Octal 360 242 202 0 40 56 6 21 117 111
Binary 11110000 10100010 10000010 0 100000 101110 110 10001 1001111 1001001

Color Harmonies of #F0A282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A282

Black with #F0A282

Text Example


Text Example

White with #F0A282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A282; }

 p { color: rgb(240,162,130); }

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

background-color css

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

 a { background-color: rgb(240,162,130); }

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

border-color css

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

 span { border-color: rgb(240,162,130); }

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