#F9828F

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

Shades of Wewak #F9828F

Tints of Wewak #F9828F

Color information

#F9828F (or 0xF9828F) is unknown color: approx Wewak. HEX triplet: F9, 82 and 8F. RGB value is (249,130,143). Sum of RGB (Red+Green+Blue) = 249+130+143=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9828F is #067D70. Grayscale: #A7A7A7. Windows color (decimal): -425329 or 9405177. OLE color: 9405177.

HSL color Cylindrical-coordinate representation of color #F9828F: hue angle of 353.45º 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 #F9828F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249130143-
CMYK00.480.430.02
HSL353.45º90.84%74.31%-
HSV(B)353.45º47.79%97.65%-
XYZ52.0138.0930.6-
YUV167.06114.42186.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 143 (56.25% from 255) = 27.39%
R=47.70%
G=24.90%
B=27.39%

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
Decimal24913014300.480.430.02353.4590.8474.31
HexF9828F0302B21615b4a
Octal371202217060532541133112
Binary11111001100000101000111101100001010111010110000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9828F; }

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

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

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

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

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

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

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

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