Html Css Color HEX #F89295 Wewak

📋 copy color: '#F89295'

red 248 ◦ green 146 ◦ blue 149

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

Shades of Wewak #F89295

Tints of Wewak #F89295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.89%

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

R = 45.67%
G = 26.89%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F89295 (or 0xF89295) is known color: Wewak. HEX triplet: F8, 92 and 95. RGB value is (248,146,149). Sum of RGB (Red+Green+Blue) = 248+146+149=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F89295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89295 is #076D6A. Grayscale: #B0B0B0. Windows color (decimal): -486763 or 9802488. OLE color: 9802488.

HSL color Cylindrical-coordinate representation of color #F89295: hue angle of 358.24º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F89295 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 149 -
CMYK 0 0.41 0.40 0.03
HSL 358.24º 0.88% 0.77% -
HSV(B) 358.24º 0.41% 0.97% -
XYZ 54.42 42.68 33.8 -
YUV 176.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 248 146 149 0 0.41 0.40 0.03 358.24 0.88 0.77
Hex F8 92 95 0 29 28 3 166 58 4D
Octal 370 222 225 0 51 50 3 546 130 115
Binary 11111000 10010010 10010101 0 101001 101000 11 101100110 1011000 1001101

Color Harmonies of #F89295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89295

Black with #F89295

Text Example


Text Example

White with #F89295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89295; }

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

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

background-color css

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

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

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

border-color css

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

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

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