#F9828E

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

Shades of Wewak #F9828E

Tints of Wewak #F9828E

Color information

#F9828E (or 0xF9828E) is unknown color: approx Wewak. HEX triplet: F9, 82 and 8E. RGB value is (249,130,142). Sum of RGB (Red+Green+Blue) = 249+130+142=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9828E is #067D71. Grayscale: #A7A7A7. Windows color (decimal): -425330 or 9339641. OLE color: 9339641.

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

Color convert

RGB249130142-
CMYK00.480.430.02
HSL353.95º90.84%74.31%-
HSV(B)353.95º47.79%97.65%-
XYZ51.9338.0630.2-
YUV166.95113.92186.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=47.79%
G=24.95%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913014200.480.430.02353.9590.8474.31
HexF9828E0302B21625b4a
Octal371202216060532542133112
Binary11111001100000101000111001100001010111010110001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9828E; }

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

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

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

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

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

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

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

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