Html Css Color HEX #F29D89 Tonys Pink

📋 copy color: '#F29D89'

red 242 ◦ green 157 ◦ blue 137

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

Shades of Tonys Pink #F29D89

Tints of Tonys Pink #F29D89

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.29%

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

R = 45.15%
G = 29.29%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F29D89 (or 0xF29D89) is known color: Tonys Pink. HEX triplet: F2, 9D and 89. RGB value is (242,157,137). Sum of RGB (Red+Green+Blue) = 242+157+137=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D89 is #0D6276. Grayscale: #B4B4B4. Windows color (decimal): -877175 or 9018866. OLE color: 9018866.

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

Color convert

RGB 242 157 137 -
CMYK 0 0.35 0.43 0.05
HSL 11.43º 0.8% 0.74% -
HSV(B) 11.43º 0.43% 0.95% -
XYZ 53.19 44.8 29.51 -
YUV 180.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 242 157 137 0 0.35 0.43 0.05 11.43 0.8 0.74
Hex F2 9D 89 0 23 2B 5 B 50 4A
Octal 362 235 211 0 43 53 5 13 120 112
Binary 11110010 10011101 10001001 0 100011 101011 101 1011 1010000 1001010

Color Harmonies of #F29D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D89

Black with #F29D89

Text Example


Text Example

White with #F29D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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