Html Css Color HEX #F2A482 Tonys Pink

📋 copy color: '#F2A482'

red 242 ◦ green 164 ◦ blue 130

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

Shades of Tonys Pink #F2A482

Tints of Tonys Pink #F2A482

RGB

 RED value IS 242 (94.92% from 255) = 45.15%

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

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

R = 45.15%
G = 30.6%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2A482 (or 0xF2A482) is known color: Tonys Pink. HEX triplet: F2, A4 and 82. RGB value is (242,164,130). Sum of RGB (Red+Green+Blue) = 242+164+130=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A482 is #0D5B7D. Grayscale: #B7B7B7. Windows color (decimal): -875390 or 8561906. OLE color: 8561906.

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

Color convert

RGB 242 164 130 -
CMYK 0 0.32 0.46 0.05
HSL 18.21º 0.81% 0.73% -
HSV(B) 18.21º 0.46% 0.95% -
XYZ 53.92 47.04 27.36 -
YUV 183.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 242 164 130 0 0.32 0.46 0.05 18.21 0.81 0.73
Hex F2 A4 82 0 20 2E 5 12 51 49
Octal 362 244 202 0 40 56 5 22 121 111
Binary 11110010 10100100 10000010 0 100000 101110 101 10010 1010001 1001001

Color Harmonies of #F2A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A482

Black with #F2A482

Text Example


Text Example

White with #F2A482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A482; }

 p { color: rgb(242,164,130); }

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

background-color css

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

 a { background-color: rgb(242,164,130); }

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

border-color css

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

 span { border-color: rgb(242,164,130); }

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