#F28F96

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

Shades of Wewak #F28F96

Tints of Wewak #F28F96

Color information

#F28F96 (or 0xF28F96) is unknown color: approx Wewak. HEX triplet: F2, 8F and 96. RGB value is (242,143,150). Sum of RGB (Red+Green+Blue) = 242+143+150=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F96 is #0D7069. Grayscale: #ADADAD. Windows color (decimal): -880746 or 9867250. OLE color: 9867250.

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

Color convert

RGB242143150-
CMYK00.410.380.05
HSL355.76º79.2%75.49%-
HSV(B)355.76º40.91%94.9%-
XYZ51.9540.7233.98-
YUV173.4114.8176.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=45.23%
G=26.73%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214315000.410.380.05355.7679.275.49
HexF28F960292651644f4b
Octal362217226051465544117113
Binary111100101000111110010110010100110011010110110010010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F96; }

 p { color: rgb(242,143,150); }

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

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

 a { background-color: rgb(242,143,150); }

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

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

 span { border-color: rgb(242,143,150); }

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