Html Css Color HEX #F88295 Wewak

📋 copy color: '#F88295'

red 248 ◦ green 130 ◦ blue 149

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

Shades of Wewak #F88295

Tints of Wewak #F88295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 47.06%
G = 24.67%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F88295 (or 0xF88295) is known color: Wewak. HEX triplet: F8, 82 and 95. RGB value is (248,130,149). Sum of RGB (Red+Green+Blue) = 248+130+149=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F88295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88295 is #077D6A. Grayscale: #A7A7A7. Windows color (decimal): -490859 or 9798392. OLE color: 9798392.

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

Color convert

RGB 248 130 149 -
CMYK 0 0.48 0.40 0.03
HSL 350.34º 0.89% 0.74% -
HSV(B) 350.34º 0.48% 0.97% -
XYZ 52.12 38.09 33.04 -
YUV 167.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 248 130 149 0 0.48 0.40 0.03 350.34 0.89 0.74
Hex F8 82 95 0 30 28 3 15E 59 4A
Octal 370 202 225 0 60 50 3 536 131 112
Binary 11111000 10000010 10010101 0 110000 101000 11 101011110 1011001 1001010

Color Harmonies of #F88295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88295

Black with #F88295

Text Example


Text Example

White with #F88295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88295; }

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

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

background-color css

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

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

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

border-color css

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

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

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