#F19CA4

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

Shades of Wewak #F19CA4

Tints of Wewak #F19CA4

Color information

#F19CA4 (or 0xF19CA4) is unknown color: approx Wewak. HEX triplet: F1, 9C and A4. RGB value is (241,156,164). Sum of RGB (Red+Green+Blue) = 241+156+164=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CA4 is #0E635B. Grayscale: #B6B6B6. Windows color (decimal): -942940 or 10788081. OLE color: 10788081.

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

Color convert

RGB241156164-
CMYK00.350.320.05
HSL354.35º75.22%77.84%-
HSV(B)354.35º35.27%94.51%-
XYZ54.8645.1640.95-
YUV182.33117.66169.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=42.96%
G=27.81%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115616400.350.320.05354.3575.2277.84
HexF19CA40232051624b4e
Octal361234244043405542113116
Binary111100011001110010100100010001110000010110110001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CA4; }

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

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

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

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

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

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

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

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