#F2A190

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

Shades of Tonys Pink #F2A190

Tints of Tonys Pink #F2A190

Color information

#F2A190 (or 0xF2A190) is unknown color: approx Tonys Pink. HEX triplet: F2, A1 and 90. RGB value is (242,161,144). Sum of RGB (Red+Green+Blue) = 242+161+144=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A190 is #0D5E6F. Grayscale: #B7B7B7. Windows color (decimal): -876144 or 9478642. OLE color: 9478642.

HSL color Cylindrical-coordinate representation of color #F2A190: hue angle of 10.41º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A190 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242161144-
CMYK00.330.400.05
HSL10.41º79.03%75.69%-
HSV(B)10.41º40.5%94.9%-
XYZ54.446.3832.47-
YUV183.28105.84169.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=44.24%
G=29.43%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216114400.330.400.0510.4179.0375.69
HexF2A190021285a4f4c
Octal36224122004150512117114
Binary1111001010100001100100000100001101000101101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A190; }

 p { color: rgb(242,161,144); }

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

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

 a { background-color: rgb(242,161,144); }

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

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

 span { border-color: rgb(242,161,144); }

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