#F0A0A5

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

Shades of Wewak #F0A0A5

Tints of Wewak #F0A0A5

Color information

#F0A0A5 (or 0xF0A0A5) is unknown color: approx Wewak. HEX triplet: F0, A0 and A5. RGB value is (240,160,165). Sum of RGB (Red+Green+Blue) = 240+160+165=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0A5 is #0F5F5A. Grayscale: #B8B8B8. Windows color (decimal): -1007451 or 10854640. OLE color: 10854640.

HSL color Cylindrical-coordinate representation of color #F0A0A5: hue angle of 356.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0A5 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240160165-
CMYK00.330.310.06
HSL356.25º72.73%78.43%-
HSV(B)356.25º33.33%94.12%-
XYZ55.346.3841.64-
YUV184.49117167.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=42.48%
G=28.32%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016016500.330.310.06356.2572.7378.43
HexF0A0A50211F6164494e
Octal360240245041376544111116
Binary11110000101000001010010101000011111111010110010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A0A5; }

 p { color: rgb(240,160,165); }

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

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

 a { background-color: rgb(240,160,165); }

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

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

 span { border-color: rgb(240,160,165); }

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