Html Css Color HEX #F88C8D Wewak

📋 copy color: '#F88C8D'

red 248 ◦ green 140 ◦ blue 141

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

Shades of Wewak #F88C8D

Tints of Wewak #F88C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 46.88%
G = 26.47%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F88C8D (or 0xF88C8D) is known color: Wewak. HEX triplet: F8, 8C and 8D. RGB value is (248,140,141). Sum of RGB (Red+Green+Blue) = 248+140+141=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88C8D is #077372. Grayscale: #ACACAC. Windows color (decimal): -488307 or 9276664. OLE color: 9276664.

HSL color Cylindrical-coordinate representation of color #F88C8D: hue angle of 359.44º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88C8D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 140 141 -
CMYK 0 0.44 0.43 0.03
HSL 359.44º 0.89% 0.76% -
HSV(B) 359.44º 0.44% 0.97% -
XYZ 52.9 40.64 30.25 -
YUV 172.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 248 140 141 0 0.44 0.43 0.03 359.44 0.89 0.76
Hex F8 8C 8D 0 2C 2B 3 167 59 4C
Octal 370 214 215 0 54 53 3 547 131 114
Binary 11111000 10001100 10001101 0 101100 101011 11 101100111 1011001 1001100

Color Harmonies of #F88C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C8D

Black with #F88C8D

Text Example


Text Example

White with #F88C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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