#F2A287

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

Shades of Tonys Pink #F2A287

Tints of Tonys Pink #F2A287

Color information

#F2A287 (or 0xF2A287) is unknown color: approx Tonys Pink. HEX triplet: F2, A2 and 87. RGB value is (242,162,135). Sum of RGB (Red+Green+Blue) = 242+162+135=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A287 is #0D5D78. Grayscale: #B7B7B7. Windows color (decimal): -875897 or 8889074. OLE color: 8889074.

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

Color convert

RGB242162135-
CMYK00.330.440.05
HSL15.14º80.45%73.92%-
HSV(B)15.14º44.21%94.9%-
XYZ53.9146.4729.05-
YUV182.84101170.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 135 (53.12% from 255) = 25.05%
R=44.90%
G=30.06%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216213500.330.440.0515.1480.4573.92
HexF2A2870212C5f504a
Octal36224220704154517120112
Binary1111001010100010100001110100001101100101111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A287; }

 p { color: rgb(242,162,135); }

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

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

 a { background-color: rgb(242,162,135); }

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

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

 span { border-color: rgb(242,162,135); }

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