#F38FA1

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

Shades of Wewak #F38FA1

Tints of Wewak #F38FA1

Color information

#F38FA1 (or 0xF38FA1) is unknown color: approx Wewak. HEX triplet: F3, 8F and A1. RGB value is (243,143,161). Sum of RGB (Red+Green+Blue) = 243+143+161=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38FA1 is #0C705E. Grayscale: #AEAEAE. Windows color (decimal): -815199 or 10588147. OLE color: 10588147.

HSL color Cylindrical-coordinate representation of color #F38FA1: hue angle of 349.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FA1 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB243143161-
CMYK00.410.340.05
HSL349.2º80.65%75.69%-
HSV(B)349.2º41.15%95.29%-
XYZ53.2241.2738.88-
YUV174.95120.13176.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.42%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=44.42%
G=26.14%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314316100.410.340.05349.280.6575.69
HexF38FA102922515d514c
Octal363217241051425535121114
Binary111100111000111110100001010100110001010110101110110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FA1; }

 p { color: rgb(243,143,161); }

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

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

 a { background-color: rgb(243,143,161); }

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

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

 span { border-color: rgb(243,143,161); }

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