#F18C8E

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

Shades of Wewak #F18C8E

Tints of Wewak #F18C8E

Color information

#F18C8E (or 0xF18C8E) is unknown color: approx Wewak. HEX triplet: F1, 8C and 8E. RGB value is (241,140,142). Sum of RGB (Red+Green+Blue) = 241+140+142=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C8E is #0E7371. Grayscale: #AAAAAA. Windows color (decimal): -947058 or 9342193. OLE color: 9342193.

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

Color convert

RGB241140142-
CMYK00.420.410.05
HSL358.81º78.29%74.71%-
HSV(B)358.81º41.91%94.51%-
XYZ50.5439.4130.53-
YUV170.43111.96178.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=46.08%
G=26.77%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114014200.420.410.05358.8178.2974.71
HexF18C8E02A2951674e4b
Octal361214216052515547116113
Binary111100011000110010001110010101010100110110110011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C8E; }

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

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

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

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

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

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

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

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