#F2A590

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

Shades of Tonys Pink #F2A590

Tints of Tonys Pink #F2A590

Color information

#F2A590 (or 0xF2A590) is unknown color: approx Tonys Pink. HEX triplet: F2, A5 and 90. RGB value is (242,165,144). Sum of RGB (Red+Green+Blue) = 242+165+144=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A590 is #0D5A6F. Grayscale: #B9B9B9. Windows color (decimal): -875120 or 9479666. OLE color: 9479666.

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

Color convert

RGB242165144-
CMYK00.320.400.05
HSL12.86º79.03%75.69%-
HSV(B)12.86º40.5%94.9%-
XYZ55.1147.832.71-
YUV185.63104.51168.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=43.92%
G=29.95%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216514400.320.400.0512.8679.0375.69
HexF2A590020285d4f4c
Octal36224522004050515117114
Binary1111001010100101100100000100000101000101110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A590; }

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

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

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

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

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

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

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

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