Html Css Color HEX #F8828C Wewak

📋 copy color: '#F8828C'

red 248 ◦ green 130 ◦ blue 140

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

Shades of Wewak #F8828C

Tints of Wewak #F8828C

RGB

 RED value IS 248 (97.27% from 255) = 47.88%

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 47.88%
G = 25.1%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8828C (or 0xF8828C) is known color: Wewak. HEX triplet: F8, 82 and 8C. RGB value is (248,130,140). Sum of RGB (Red+Green+Blue) = 248+130+140=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8828C is #077D73. Grayscale: #A6A6A6. Windows color (decimal): -490868 or 9208568. OLE color: 9208568.

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

Color convert

RGB 248 130 140 -
CMYK 0 0.48 0.44 0.03
HSL 354.92º 0.89% 0.74% -
HSV(B) 354.92º 0.48% 0.97% -
XYZ 51.43 37.82 29.4 -
YUV 166.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 248 130 140 0 0.48 0.44 0.03 354.92 0.89 0.74
Hex F8 82 8C 0 30 2C 3 163 59 4A
Octal 370 202 214 0 60 54 3 543 131 112
Binary 11111000 10000010 10001100 0 110000 101100 11 101100011 1011001 1001010

Color Harmonies of #F8828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8828C

Black with #F8828C

Text Example


Text Example

White with #F8828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8828C; }

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

 H1.HeaderClassName
 {
   color: #F8828C;
 }
 .AnyTagClassName
 {
   color: #F8828C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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