#F4A28A

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

Shades of Tonys Pink #F4A28A

Tints of Tonys Pink #F4A28A

Color information

#F4A28A (or 0xF4A28A) is unknown color: approx Tonys Pink. HEX triplet: F4, A2 and 8A. RGB value is (244,162,138). Sum of RGB (Red+Green+Blue) = 244+162+138=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A28A is #0B5D75. Grayscale: #B7B7B7. Windows color (decimal): -744822 or 9085684. OLE color: 9085684.

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

Color convert

RGB244162138-
CMYK00.340.430.04
HSL13.58º82.81%74.9%-
HSV(B)13.58º43.44%95.69%-
XYZ54.8246.9130.21-
YUV183.78102.17170.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=44.85%
G=29.78%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416213800.340.430.0413.5882.8174.9
HexF4A28A0222B4e534b
Octal36424221204253416123113
Binary1111010010100010100010100100010101011100111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A28A; }

 p { color: rgb(244,162,138); }

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

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

 a { background-color: rgb(244,162,138); }

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

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

 span { border-color: rgb(244,162,138); }

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