#F19CA1

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

Shades of Wewak #F19CA1

Tints of Wewak #F19CA1

Color information

#F19CA1 (or 0xF19CA1) is unknown color: approx Wewak. HEX triplet: F1, 9C and A1. RGB value is (241,156,161). Sum of RGB (Red+Green+Blue) = 241+156+161=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CA1 is #0E635E. Grayscale: #B6B6B6. Windows color (decimal): -942943 or 10591473. OLE color: 10591473.

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

Color convert

RGB241156161-
CMYK00.350.330.05
HSL356.47º75.22%77.84%-
HSV(B)356.47º35.27%94.51%-
XYZ54.645.0539.54-
YUV181.98116.16170.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=43.19%
G=27.96%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115616100.350.330.05356.4775.2277.84
HexF19CA10232151644b4e
Octal361234241043415544113116
Binary111100011001110010100001010001110000110110110010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CA1; }

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

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

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

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

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

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

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

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