Html Css Color HEX #F29D87 Tonys Pink

📋 copy color: '#F29D87'

red 242 ◦ green 157 ◦ blue 135

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

Shades of Tonys Pink #F29D87

Tints of Tonys Pink #F29D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.28%

R = 45.32%
G = 29.4%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F29D87 (or 0xF29D87) is known color: Tonys Pink. HEX triplet: F2, 9D and 87. RGB value is (242,157,135). Sum of RGB (Red+Green+Blue) = 242+157+135=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D87 is #0D6278. Grayscale: #B4B4B4. Windows color (decimal): -877177 or 8887794. OLE color: 8887794.

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

Color convert

RGB 242 157 135 -
CMYK 0 0.35 0.44 0.05
HSL 12.34º 0.8% 0.74% -
HSV(B) 12.34º 0.44% 0.95% -
XYZ 53.05 44.74 28.76 -
YUV 179.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 242 157 135 0 0.35 0.44 0.05 12.34 0.8 0.74
Hex F2 9D 87 0 23 2C 5 C 50 4A
Octal 362 235 207 0 43 54 5 14 120 112
Binary 11110010 10011101 10000111 0 100011 101100 101 1100 1010000 1001010

Color Harmonies of #F29D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D87

Black with #F29D87

Text Example


Text Example

White with #F29D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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