#F1999C

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

Shades of Wewak #F1999C

Tints of Wewak #F1999C

Color information

#F1999C (or 0xF1999C) is unknown color: approx Wewak. HEX triplet: F1, 99 and 9C. RGB value is (241,153,156). Sum of RGB (Red+Green+Blue) = 241+153+156=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1999C is #0E6663. Grayscale: #B3B3B3. Windows color (decimal): -943716 or 10263025. OLE color: 10263025.

HSL color Cylindrical-coordinate representation of color #F1999C: hue angle of 357.95º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1999C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241153156-
CMYK00.370.350.05
HSL357.95º75.86%77.25%-
HSV(B)357.95º36.51%94.51%-
XYZ53.6743.8837.09-
YUV179.65114.65171.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=43.82%
G=27.82%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115315600.370.350.05357.9575.8677.25
HexF1999C0252351664c4d
Octal361231234045435546114115
Binary111100011001100110011100010010110001110110110011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1999C; }

 p { color: rgb(241,153,156); }

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

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

 a { background-color: rgb(241,153,156); }

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

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

 span { border-color: rgb(241,153,156); }

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