#F09CA4

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

Shades of Wewak #F09CA4

Tints of Wewak #F09CA4

Color information

#F09CA4 (or 0xF09CA4) is unknown color: approx Wewak. HEX triplet: F0, 9C and A4. RGB value is (240,156,164). Sum of RGB (Red+Green+Blue) = 240+156+164=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CA4 is #0F635B. Grayscale: #B6B6B6. Windows color (decimal): -1008476 or 10788080. OLE color: 10788080.

HSL color Cylindrical-coordinate representation of color #F09CA4: hue angle of 354.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CA4 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240156164-
CMYK00.350.320.06
HSL354.29º73.68%77.65%-
HSV(B)354.29º35%94.12%-
XYZ54.5244.9840.93-
YUV182.03117.83169.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=42.86%
G=27.86%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015616400.350.320.06354.2973.6877.65
HexF09CA40232061624a4e
Octal360234244043406542112116
Binary111100001001110010100100010001110000011010110001010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CA4; }

 p { color: rgb(240,156,164); }

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

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

 a { background-color: rgb(240,156,164); }

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

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

 span { border-color: rgb(240,156,164); }

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