#F1858E

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

Shades of Wewak #F1858E

Tints of Wewak #F1858E

Color information

#F1858E (or 0xF1858E) is unknown color: approx Wewak. HEX triplet: F1, 85 and 8E. RGB value is (241,133,142). Sum of RGB (Red+Green+Blue) = 241+133+142=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1858E is #0E7A71. Grayscale: #A6A6A6. Windows color (decimal): -948850 or 9340401. OLE color: 9340401.

HSL color Cylindrical-coordinate representation of color #F1858E: hue angle of 355º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1858E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241133142-
CMYK00.450.410.05
HSL355º79.41%73.33%-
HSV(B)355º44.81%94.51%-
XYZ49.5537.4330.2-
YUV166.32114.28181.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=46.71%
G=25.78%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113314200.450.410.0535579.4173.33
HexF1858E02D2951634f49
Octal361205216055515543117111
Binary111100011000010110001110010110110100110110110001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1858E; }

 p { color: rgb(241,133,142); }

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

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

 a { background-color: rgb(241,133,142); }

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

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

 span { border-color: rgb(241,133,142); }

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