#F28F94

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

Shades of Wewak #F28F94

Tints of Wewak #F28F94

Color information

#F28F94 (or 0xF28F94) is unknown color: approx Wewak. HEX triplet: F2, 8F and 94. RGB value is (242,143,148). Sum of RGB (Red+Green+Blue) = 242+143+148=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F94 is #0D706B. Grayscale: #ADADAD. Windows color (decimal): -880748 or 9736178. OLE color: 9736178.

HSL color Cylindrical-coordinate representation of color #F28F94: hue angle of 356.97º 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 #F28F94 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242143148-
CMYK00.410.390.05
HSL356.97º79.2%75.49%-
HSV(B)356.97º40.91%94.9%-
XYZ51.7940.6633.14-
YUV173.17113.8177.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=45.40%
G=26.83%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214314800.410.390.05356.9779.275.49
HexF28F940292751654f4b
Octal362217224051475545117113
Binary111100101000111110010100010100110011110110110010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F94; }

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

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

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

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

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

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

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

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