#F28A9E

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

Shades of Wewak #F28A9E

Tints of Wewak #F28A9E

Color information

#F28A9E (or 0xF28A9E) is unknown color: approx Wewak. HEX triplet: F2, 8A and 9E. RGB value is (242,138,158). Sum of RGB (Red+Green+Blue) = 242+138+158=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28A9E is #0D7561. Grayscale: #ABABAB. Windows color (decimal): -882018 or 10390258. OLE color: 10390258.

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

Color convert

RGB242138158-
CMYK00.430.350.05
HSL348.46º80%74.51%-
HSV(B)348.46º42.98%94.9%-
XYZ51.8839.5237.24-
YUV171.38120.46178.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=44.98%
G=25.65%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213815800.430.350.05348.468074.51
HexF28A9E02B23515c504b
Octal362212236053435534120113
Binary111100101000101010011110010101110001110110101110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A9E; }

 p { color: rgb(242,138,158); }

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

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

 a { background-color: rgb(242,138,158); }

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

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

 span { border-color: rgb(242,138,158); }

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