Html Css Color HEX #F2A389 Tonys Pink

📋 copy color: '#F2A389'

red 242 ◦ green 163 ◦ blue 137

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

Shades of Tonys Pink #F2A389

Tints of Tonys Pink #F2A389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 137 (53.91% from 255) = 25.28%

R = 44.65%
G = 30.07%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2A389 (or 0xF2A389) is known color: Tonys Pink. HEX triplet: F2, A3 and 89. RGB value is (242,163,137). Sum of RGB (Red+Green+Blue) = 242+163+137=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A389 is #0D5C76. Grayscale: #B7B7B7. Windows color (decimal): -875639 or 9020402. OLE color: 9020402.

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

Color convert

RGB 242 163 137 -
CMYK 0 0.33 0.43 0.05
HSL 14.86º 0.8% 0.74% -
HSV(B) 14.86º 0.43% 0.95% -
XYZ 54.23 46.88 29.86 -
YUV 183.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 242 163 137 0 0.33 0.43 0.05 14.86 0.8 0.74
Hex F2 A3 89 0 21 2B 5 F 50 4A
Octal 362 243 211 0 41 53 5 17 120 112
Binary 11110010 10100011 10001001 0 100001 101011 101 1111 1010000 1001010

Color Harmonies of #F2A389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A389

Black with #F2A389

Text Example


Text Example

White with #F2A389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A389; }

 p { color: rgb(242,163,137); }

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

background-color css

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

 a { background-color: rgb(242,163,137); }

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

border-color css

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

 span { border-color: rgb(242,163,137); }

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