Html Css Color HEX #F2A686 Tonys Pink

📋 copy color: '#F2A686'

red 242 ◦ green 166 ◦ blue 134

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

Shades of Tonys Pink #F2A686

Tints of Tonys Pink #F2A686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 44.65%
G = 30.63%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2A686 (or 0xF2A686) is known color: Tonys Pink. HEX triplet: F2, A6 and 86. RGB value is (242,166,134). Sum of RGB (Red+Green+Blue) = 242+166+134=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A686 is #0D5979. Grayscale: #B9B9B9. Windows color (decimal): -874874 or 8824562. OLE color: 8824562.

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

Color convert

RGB 242 166 134 -
CMYK 0 0.31 0.45 0.05
HSL 17.78º 0.81% 0.74% -
HSV(B) 17.78º 0.45% 0.95% -
XYZ 54.56 47.87 28.92 -
YUV 185.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 242 166 134 0 0.31 0.45 0.05 17.78 0.81 0.74
Hex F2 A6 86 0 1F 2D 5 12 51 4A
Octal 362 246 206 0 37 55 5 22 121 112
Binary 11110010 10100110 10000110 0 11111 101101 101 10010 1010001 1001010

Color Harmonies of #F2A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A686

Black with #F2A686

Text Example


Text Example

White with #F2A686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A686; }

 p { color: rgb(242,166,134); }

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

background-color css

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

 a { background-color: rgb(242,166,134); }

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

border-color css

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

 span { border-color: rgb(242,166,134); }

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