#F392A1

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

Shades of Wewak #F392A1

Tints of Wewak #F392A1

Color information

#F392A1 (or 0xF392A1) is unknown color: approx Wewak. HEX triplet: F3, 92 and A1. RGB value is (243,146,161). Sum of RGB (Red+Green+Blue) = 243+146+161=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F392A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F392A1 is #0C6D5E. Grayscale: #B0B0B0. Windows color (decimal): -814431 or 10588915. OLE color: 10588915.

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

Color convert

RGB243146161-
CMYK00.400.340.05
HSL350.72º80.17%76.27%-
HSV(B)350.72º39.92%95.29%-
XYZ53.6742.1939.03-
YUV176.71119.14175.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.18%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=44.18%
G=26.55%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314616100.400.340.05350.7280.1776.27
HexF392A102822515f504c
Octal363222241050425537120114
Binary111100111001001010100001010100010001010110101111110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392A1; }

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

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

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

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

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

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

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

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