#F28F97

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

Shades of Wewak #F28F97

Tints of Wewak #F28F97

Color information

#F28F97 (or 0xF28F97) is unknown color: approx Wewak. HEX triplet: F2, 8F and 97. RGB value is (242,143,151). Sum of RGB (Red+Green+Blue) = 242+143+151=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F97 is #0D7068. Grayscale: #ADADAD. Windows color (decimal): -880745 or 9932786. OLE color: 9932786.

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

Color convert

RGB242143151-
CMYK00.410.380.05
HSL355.15º79.2%75.49%-
HSV(B)355.15º40.91%94.9%-
XYZ52.0340.7634.4-
YUV173.51115.3176.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=45.15%
G=26.68%
B=28.17%

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
Decimal24214315100.410.380.05355.1579.275.49
HexF28F970292651634f4b
Octal362217227051465543117113
Binary111100101000111110010111010100110011010110110001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F97; }

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

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

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

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

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

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

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

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