Html Css Color HEX #F29C8C Tonys Pink

📋 copy color: '#F29C8C'

red 242 ◦ green 156 ◦ blue 140

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

Shades of Tonys Pink #F29C8C

Tints of Tonys Pink #F29C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 44.98%
G = 29%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F29C8C (or 0xF29C8C) is known color: Tonys Pink. HEX triplet: F2, 9C and 8C. RGB value is (242,156,140). Sum of RGB (Red+Green+Blue) = 242+156+140=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29C8C is #0D6373. Grayscale: #B4B4B4. Windows color (decimal): -877428 or 9215218. OLE color: 9215218.

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

Color convert

RGB 242 156 140 -
CMYK 0 0.36 0.42 0.05
HSL 9.41º 0.8% 0.75% -
HSV(B) 9.41º 0.42% 0.95% -
XYZ 53.24 44.55 30.6 -
YUV 179.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 242 156 140 0 0.36 0.42 0.05 9.41 0.8 0.75
Hex F2 9C 8C 0 24 2A 5 9 50 4B
Octal 362 234 214 0 44 52 5 11 120 113
Binary 11110010 10011100 10001100 0 100100 101010 101 1001 1010000 1001011

Color Harmonies of #F29C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C8C

Black with #F29C8C

Text Example


Text Example

White with #F29C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C8C; }

 p { color: rgb(242,156,140); }

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

background-color css

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

 a { background-color: rgb(242,156,140); }

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

border-color css

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

 span { border-color: rgb(242,156,140); }

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