#F19FA7

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

Shades of Wewak #F19FA7

Tints of Wewak #F19FA7

Color information

#F19FA7 (or 0xF19FA7) is unknown color: approx Wewak. HEX triplet: F1, 9F and A7. RGB value is (241,159,167). Sum of RGB (Red+Green+Blue) = 241+159+167=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FA7 is #0E6058. Grayscale: #B8B8B8. Windows color (decimal): -942169 or 10985457. OLE color: 10985457.

HSL color Cylindrical-coordinate representation of color #F19FA7: hue angle of 354.15º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FA7 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241159167-
CMYK00.340.310.05
HSL354.15º74.55%78.43%-
HSV(B)354.15º34.02%94.51%-
XYZ55.6546.2942.56-
YUV184.43118.17168.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 167 (65.62% from 255) = 29.45%
R=42.50%
G=28.04%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115916700.340.310.05354.1574.5578.43
HexF19FA70221F51624b4e
Octal361237247042375542113116
Binary11110001100111111010011101000101111110110110001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FA7; }

 p { color: rgb(241,159,167); }

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

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

 a { background-color: rgb(241,159,167); }

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

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

 span { border-color: rgb(241,159,167); }

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