#F2A58E

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

Shades of Tonys Pink #F2A58E

Tints of Tonys Pink #F2A58E

Color information

#F2A58E (or 0xF2A58E) is unknown color: approx Tonys Pink. HEX triplet: F2, A5 and 8E. RGB value is (242,165,142). Sum of RGB (Red+Green+Blue) = 242+165+142=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A58E is #0D5A71. Grayscale: #B9B9B9. Windows color (decimal): -875122 or 9348594. OLE color: 9348594.

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

Color convert

RGB242165142-
CMYK00.320.410.05
HSL13.8º79.37%75.29%-
HSV(B)13.8º41.32%94.9%-
XYZ54.9647.7431.91-
YUV185.4103.51168.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=44.08%
G=30.05%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216514200.320.410.0513.879.3775.29
HexF2A58E020295e4f4b
Octal36224521604051516117113
Binary1111001010100101100011100100000101001101111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A58E; }

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

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

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

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

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

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

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

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