#F1A388

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

Shades of Tonys Pink #F1A388

Tints of Tonys Pink #F1A388

Color information

#F1A388 (or 0xF1A388) is unknown color: approx Tonys Pink. HEX triplet: F1, A3 and 88. RGB value is (241,163,136). Sum of RGB (Red+Green+Blue) = 241+163+136=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A388 is #0E5C77. Grayscale: #B7B7B7. Windows color (decimal): -941176 or 8954865. OLE color: 8954865.

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

Color convert

RGB241163136-
CMYK00.320.440.05
HSL15.43º78.95%73.92%-
HSV(B)15.43º43.57%94.51%-
XYZ53.8246.6729.46-
YUV183.24101.34169.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 136 (53.52% from 255) = 25.19%
R=44.63%
G=30.19%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116313600.320.440.0515.4378.9573.92
HexF1A3880202C5f4f4a
Octal36124321004054517117112
Binary1111000110100011100010000100000101100101111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A388; }

 p { color: rgb(241,163,136); }

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

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

 a { background-color: rgb(241,163,136); }

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

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

 span { border-color: rgb(241,163,136); }

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