Html Css Color HEX #F9828E Wewak

📋 copy color: '#F9828E'

red 249 ◦ green 130 ◦ blue 142

#F9828E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #F9828E

Tints of Wewak #F9828E

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 value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9828E (or 0xF9828E) is known color: 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

RGB 249 130 142 -
CMYK 0 0.48 0.43 0.02
HSL 353.95º 0.91% 0.74% -
HSV(B) 353.95º 0.48% 0.98% -
XYZ 51.93 38.06 30.2 -
YUV 166.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 249 130 142 0 0.48 0.43 0.02 353.95 0.91 0.74
Hex F9 82 8E 0 30 2B 2 162 5B 4A
Octal 371 202 216 0 60 53 2 542 133 112
Binary 11111001 10000010 10001110 0 110000 101011 10 101100010 1011011 1001010

Color Harmonies of #F9828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9828E

Black with #F9828E

Text Example


Text Example

White with #F9828E

Text Example


Text Example

HTML Codes & Css Web 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>