Html Css Color HEX #F29E8E Tonys Pink

📋 copy color: '#F29E8E'

red 242 ◦ green 158 ◦ blue 142

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

Shades of Tonys Pink #F29E8E

Tints of Tonys Pink #F29E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 44.65%
G = 29.15%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F29E8E (or 0xF29E8E) is known color: Tonys Pink. HEX triplet: F2, 9E and 8E. RGB value is (242,158,142). Sum of RGB (Red+Green+Blue) = 242+158+142=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E8E is #0D6171. Grayscale: #B5B5B5. Windows color (decimal): -876914 or 9346802. OLE color: 9346802.

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

Color convert

RGB 242 158 142 -
CMYK 0 0.35 0.41 0.05
HSL 9.6º 0.79% 0.75% -
HSV(B) 9.6º 0.41% 0.95% -
XYZ 53.73 45.28 31.5 -
YUV 181.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 242 158 142 0 0.35 0.41 0.05 9.6 0.79 0.75
Hex F2 9E 8E 0 23 29 5 A 4F 4B
Octal 362 236 216 0 43 51 5 12 117 113
Binary 11110010 10011110 10001110 0 100011 101001 101 1010 1001111 1001011

Color Harmonies of #F29E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E8E

Black with #F29E8E

Text Example


Text Example

White with #F29E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29E8E; }

 p { color: rgb(242,158,142); }

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

background-color css

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

 a { background-color: rgb(242,158,142); }

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

border-color css

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

 span { border-color: rgb(242,158,142); }

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