#F29E8D

Color #F29E8D Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #F29E8D

Tints of Tonys Pink #F29E8D

Color information

#F29E8D (or 0xF29E8D) is unknown color: approx Tonys Pink. HEX triplet: F2, 9E and 8D. RGB value is (242,158,141). Sum of RGB (Red+Green+Blue) = 242+158+141=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E8D is #0D6172. Grayscale: #B5B5B5. Windows color (decimal): -876915 or 9281266. OLE color: 9281266.

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

Color convert

RGB242158141-
CMYK00.350.420.05
HSL10.1º79.53%75.1%-
HSV(B)10.1º41.74%94.9%-
XYZ53.6545.2531.11-
YUV181.18105.33171.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=44.73%
G=29.21%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215814100.350.420.0510.179.5375.1
HexF29E8D0232A5a504b
Octal36223621504352512120113
Binary1111001010011110100011010100011101010101101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E8D; }

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

 H1.HeaderClassName
 {
   color: #F29E8D;
 }
 .AnyTagClassName
 {
   color: #F29E8D;
 }
</style>
background-color css

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

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

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

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

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

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