#F38CA0

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

Shades of Wewak #F38CA0

Tints of Wewak #F38CA0

Color information

#F38CA0 (or 0xF38CA0) is unknown color: approx Wewak. HEX triplet: F3, 8C and A0. RGB value is (243,140,160). Sum of RGB (Red+Green+Blue) = 243+140+160=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38CA0 is #0C735F. Grayscale: #ADADAD. Windows color (decimal): -815968 or 10521843. OLE color: 10521843.

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

Color convert

RGB243140160-
CMYK00.420.340.05
HSL348.35º81.1%75.1%-
HSV(B)348.35º42.39%95.29%-
XYZ52.6940.3538.27-
YUV173.08120.62177.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.75%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=44.75%
G=25.78%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314016000.420.340.05348.3581.175.1
HexF38CA002A22515c514b
Octal363214240052425534121113
Binary111100111000110010100000010101010001010110101110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38CA0; }

 p { color: rgb(243,140,160); }

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

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

 a { background-color: rgb(243,140,160); }

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

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

 span { border-color: rgb(243,140,160); }

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