#F2A58A

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

Shades of Tonys Pink #F2A58A

Tints of Tonys Pink #F2A58A

Color information

#F2A58A (or 0xF2A58A) is unknown color: approx Tonys Pink. HEX triplet: F2, A5 and 8A. RGB value is (242,165,138). Sum of RGB (Red+Green+Blue) = 242+165+138=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A58A is #0D5A75. Grayscale: #B9B9B9. Windows color (decimal): -875126 or 9086450. OLE color: 9086450.

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

Color convert

RGB242165138-
CMYK00.320.430.05
HSL15.58º80%74.51%-
HSV(B)15.58º42.98%94.9%-
XYZ54.6647.6230.36-
YUV184.94101.51168.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=44.40%
G=30.28%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216513800.320.430.0515.588074.51
HexF2A58A0202B510504b
Octal36224521204053520120113
Binary11110010101001011000101001000001010111011000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A58A; }

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

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

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

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

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

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

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

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