Html Css Color HEX #F2A486 Tonys Pink

📋 copy color: '#F2A486'

red 242 ◦ green 164 ◦ blue 134

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

Shades of Tonys Pink #F2A486

Tints of Tonys Pink #F2A486

RGB

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

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

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

R = 44.81%
G = 30.37%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2A486 (or 0xF2A486) is known color: Tonys Pink. HEX triplet: F2, A4 and 86. RGB value is (242,164,134). Sum of RGB (Red+Green+Blue) = 242+164+134=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A486 is #0D5B79. Grayscale: #B8B8B8. Windows color (decimal): -875386 or 8824050. OLE color: 8824050.

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

Color convert

RGB 242 164 134 -
CMYK 0 0.32 0.45 0.05
HSL 16.67º 0.81% 0.74% -
HSV(B) 16.67º 0.45% 0.95% -
XYZ 54.2 47.15 28.8 -
YUV 183.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 242 164 134 0 0.32 0.45 0.05 16.67 0.81 0.74
Hex F2 A4 86 0 20 2D 5 11 51 4A
Octal 362 244 206 0 40 55 5 21 121 112
Binary 11110010 10100100 10000110 0 100000 101101 101 10001 1010001 1001010

Color Harmonies of #F2A486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A486

Black with #F2A486

Text Example


Text Example

White with #F2A486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A486; }

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

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

background-color css

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

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

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

border-color css

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

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

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