Html Css Color HEX #F0A082 Tonys Pink

📋 copy color: '#F0A082'

red 240 ◦ green 160 ◦ blue 130

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

Shades of Tonys Pink #F0A082

Tints of Tonys Pink #F0A082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.19%

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

R = 45.28%
G = 30.19%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0A082 (or 0xF0A082) is known color: Tonys Pink. HEX triplet: F0, A0 and 82. RGB value is (240,160,130). Sum of RGB (Red+Green+Blue) = 240+160+130=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A082 is #0F5F7D. Grayscale: #B4B4B4. Windows color (decimal): -1007486 or 8560880. OLE color: 8560880.

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

Color convert

RGB 240 160 130 -
CMYK 0 0.33 0.46 0.06
HSL 16.36º 0.79% 0.73% -
HSV(B) 16.36º 0.46% 0.94% -
XYZ 52.54 45.28 27.09 -
YUV 180.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 240 160 130 0 0.33 0.46 0.06 16.36 0.79 0.73
Hex F0 A0 82 0 21 2E 6 10 4F 49
Octal 360 240 202 0 41 56 6 20 117 111
Binary 11110000 10100000 10000010 0 100001 101110 110 10000 1001111 1001001

Color Harmonies of #F0A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A082

Black with #F0A082

Text Example


Text Example

White with #F0A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A082; }

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

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

background-color css

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

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

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

border-color css

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

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

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