Html Css Color HEX #F29F8D Tonys Pink

📋 copy color: '#F29F8D'

red 242 ◦ green 159 ◦ blue 141

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

Shades of Tonys Pink #F29F8D

Tints of Tonys Pink #F29F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.34%

 BLUE value IS 141 (55.47% from 255) = 26.01%

R = 44.65%
G = 29.34%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F29F8D (or 0xF29F8D) is known color: Tonys Pink. HEX triplet: F2, 9F and 8D. RGB value is (242,159,141). Sum of RGB (Red+Green+Blue) = 242+159+141=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F8D is #0D6072. Grayscale: #B5B5B5. Windows color (decimal): -876659 or 9281522. OLE color: 9281522.

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

Color convert

RGB 242 159 141 -
CMYK 0 0.34 0.42 0.05
HSL 10.69º 0.8% 0.75% -
HSV(B) 10.69º 0.42% 0.95% -
XYZ 53.82 45.6 31.16 -
YUV 181.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 242 159 141 0 0.34 0.42 0.05 10.69 0.8 0.75
Hex F2 9F 8D 0 22 2A 5 B 50 4B
Octal 362 237 215 0 42 52 5 13 120 113
Binary 11110010 10011111 10001101 0 100010 101010 101 1011 1010000 1001011

Color Harmonies of #F29F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F8D

Black with #F29F8D

Text Example


Text Example

White with #F29F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F8D; }

 p { color: rgb(242,159,141); }

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

background-color css

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

 a { background-color: rgb(242,159,141); }

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

border-color css

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

 span { border-color: rgb(242,159,141); }

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