#F0919F

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

Shades of Wewak #F0919F

Tints of Wewak #F0919F

Color information

#F0919F (or 0xF0919F) is unknown color: approx Wewak. HEX triplet: F0, 91 and 9F. RGB value is (240,145,159). Sum of RGB (Red+Green+Blue) = 240+145+159=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0919F is #0F6E60. Grayscale: #AFAFAF. Windows color (decimal): -1011297 or 10457584. OLE color: 10457584.

HSL color Cylindrical-coordinate representation of color #F0919F: hue angle of 351.16º 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 #F0919F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240145159-
CMYK00.400.340.06
HSL351.16º76%75.49%-
HSV(B)351.16º39.58%94.12%-
XYZ52.3241.2838.01-
YUV175118.97174.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=44.12%
G=26.65%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014515900.400.340.06351.167675.49
HexF0919F02822615f4c4b
Octal360221237050426537114113
Binary111100001001000110011111010100010001011010101111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0919F; }

 p { color: rgb(240,145,159); }

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

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

 a { background-color: rgb(240,145,159); }

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

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

 span { border-color: rgb(240,145,159); }

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