#F8828E

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

Shades of Wewak #F8828E

Tints of Wewak #F8828E

Color information

#F8828E (or 0xF8828E) is unknown color: approx Wewak. HEX triplet: F8, 82 and 8E. RGB value is (248,130,142). Sum of RGB (Red+Green+Blue) = 248+130+142=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8828E is #077D71. Grayscale: #A6A6A6. Windows color (decimal): -490866 or 9339640. OLE color: 9339640.

HSL color Cylindrical-coordinate representation of color #F8828E: hue angle of 353.9º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8828E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248130142-
CMYK00.480.430.03
HSL353.9º89.39%74.12%-
HSV(B)353.9º47.58%97.25%-
XYZ51.5837.8730.18-
YUV166.65114.09186.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=47.69%
G=25%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813014200.480.430.03353.989.3974.12
HexF8828E0302B3162594a
Octal370202216060533542131112
Binary11111000100000101000111001100001010111110110001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8828E; }

 p { color: rgb(248,130,142); }

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

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

 a { background-color: rgb(248,130,142); }

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

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

 span { border-color: rgb(248,130,142); }

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