Html Css Color HEX #F9828F Wewak

📋 copy color: '#F9828F'

red 249 ◦ green 130 ◦ blue 143

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

Shades of Wewak #F9828F

Tints of Wewak #F9828F

RGB

 RED value IS 249 (97.66% from 255) = 47.7%

 GREEN value IS 130 (51.17% from 255) = 24.9%

 BLUE value IS 143 (56.25% from 255) = 27.39%

R = 47.7%
G = 24.9%
B = 27.39%

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

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

RGB 249 130 143 -
CMYK 0 0.48 0.43 0.02
HSL 353.45º 0.91% 0.74% -
HSV(B) 353.45º 0.48% 0.98% -
XYZ 52.01 38.09 30.6 -
YUV 167.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 249 130 143 0 0.48 0.43 0.02 353.45 0.91 0.74
Hex F9 82 8F 0 30 2B 2 161 5B 4A
Octal 371 202 217 0 60 53 2 541 133 112
Binary 11111001 10000010 10001111 0 110000 101011 10 101100001 1011011 1001010

Color Harmonies of #F9828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9828F

Black with #F9828F

Text Example


Text Example

White with #F9828F

Text Example


Text Example

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