Html Css Color HEX #F98995 Wewak

📋 copy color: '#F98995'

red 249 ◦ green 137 ◦ blue 149

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

Shades of Wewak #F98995

Tints of Wewak #F98995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.61%

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

R = 46.54%
G = 25.61%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F98995 (or 0xF98995) is known color: Wewak. HEX triplet: F9, 89 and 95. RGB value is (249,137,149). Sum of RGB (Red+Green+Blue) = 249+137+149=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F98995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98995 is #06766A. Grayscale: #ABABAB. Windows color (decimal): -423531 or 9800185. OLE color: 9800185.

HSL color Cylindrical-coordinate representation of color #F98995: hue angle of 353.57º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98995 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 137 149 -
CMYK 0 0.45 0.40 0.02
HSL 353.57º 0.9% 0.76% -
HSV(B) 353.57º 0.45% 0.98% -
XYZ 53.44 40.2 33.38 -
YUV 171.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 249 137 149 0 0.45 0.40 0.02 353.57 0.9 0.76
Hex F9 89 95 0 2D 28 2 162 5A 4C
Octal 371 211 225 0 55 50 2 542 132 114
Binary 11111001 10001001 10010101 0 101101 101000 10 101100010 1011010 1001100

Color Harmonies of #F98995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98995

Black with #F98995

Text Example


Text Example

White with #F98995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98995; }

 p { color: rgb(249,137,149); }

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

background-color css

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

 a { background-color: rgb(249,137,149); }

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

border-color css

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

 span { border-color: rgb(249,137,149); }

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