#F18C98

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

Shades of Wewak #F18C98

Tints of Wewak #F18C98

Color information

#F18C98 (or 0xF18C98) is unknown color: approx Wewak. HEX triplet: F1, 8C and 98. RGB value is (241,140,152). Sum of RGB (Red+Green+Blue) = 241+140+152=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C98 is #0E7367. Grayscale: #ABABAB. Windows color (decimal): -947048 or 9997553. OLE color: 9997553.

HSL color Cylindrical-coordinate representation of color #F18C98: hue angle of 352.87º 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 #F18C98 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241140152-
CMYK00.420.370.05
HSL352.87º78.29%74.71%-
HSV(B)352.87º41.91%94.51%-
XYZ51.3239.7234.67-
YUV171.57116.96177.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=45.22%
G=26.27%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114015200.420.370.05352.8778.2974.71
HexF18C9802A2551614e4b
Octal361214230052455541116113
Binary111100011000110010011000010101010010110110110000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C98; }

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

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

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

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

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

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

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

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