#F08FA0

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

Shades of Wewak #F08FA0

Tints of Wewak #F08FA0

Color information

#F08FA0 (or 0xF08FA0) is unknown color: approx Wewak. HEX triplet: F0, 8F and A0. RGB value is (240,143,160). Sum of RGB (Red+Green+Blue) = 240+143+160=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FA0 is #0F705F. Grayscale: #ADADAD. Windows color (decimal): -1011808 or 10522608. OLE color: 10522608.

HSL color Cylindrical-coordinate representation of color #F08FA0: hue angle of 349.48º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FA0 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240143160-
CMYK00.400.330.06
HSL349.48º76.38%75.1%-
HSV(B)349.48º40.42%94.12%-
XYZ52.140.7138.37-
YUV173.94120.14175.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=44.20%
G=26.34%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014316000.400.330.06349.4876.3875.1
HexF08FA002821615d4c4b
Octal360217240050416535114113
Binary111100001000111110100000010100010000111010101110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FA0; }

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

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

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

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

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

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

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

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