#F4A188

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

Shades of Tonys Pink #F4A188

Tints of Tonys Pink #F4A188

Color information

#F4A188 (or 0xF4A188) is unknown color: approx Tonys Pink. HEX triplet: F4, A1 and 88. RGB value is (244,161,136). Sum of RGB (Red+Green+Blue) = 244+161+136=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A188 is #0B5E77. Grayscale: #B7B7B7. Windows color (decimal): -745080 or 8954356. OLE color: 8954356.

HSL color Cylindrical-coordinate representation of color #F4A188: hue angle of 13.89º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F4A188 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB244161136-
CMYK00.340.440.04
HSL13.89º83.08%74.51%-
HSV(B)13.89º44.26%95.69%-
XYZ54.546.529.4-
YUV182.97101.5171.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 136 (53.52% from 255) = 25.14%
R=45.10%
G=29.76%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416113600.340.440.0413.8983.0874.51
HexF4A1880222C4e534b
Octal36424121004254416123113
Binary1111010010100001100010000100010101100100111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A188; }

 p { color: rgb(244,161,136); }

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

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

 a { background-color: rgb(244,161,136); }

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

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

 span { border-color: rgb(244,161,136); }

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