Html Css Color HEX #F98C94 Wewak

📋 copy color: '#F98C94'

red 249 ◦ green 140 ◦ blue 148

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

Shades of Wewak #F98C94

Tints of Wewak #F98C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.56%

R = 46.37%
G = 26.07%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98C94 (or 0xF98C94) is known color: Wewak. HEX triplet: F9, 8C and 94. RGB value is (249,140,148). Sum of RGB (Red+Green+Blue) = 249+140+148=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C94 is #06736B. Grayscale: #ADADAD. Windows color (decimal): -422764 or 9735417. OLE color: 9735417.

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

Color convert

RGB 249 140 148 -
CMYK 0 0.44 0.41 0.02
HSL 355.6º 0.9% 0.76% -
HSV(B) 355.6º 0.44% 0.98% -
XYZ 53.79 41.03 33.1 -
YUV 173.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 249 140 148 0 0.44 0.41 0.02 355.6 0.9 0.76
Hex F9 8C 94 0 2C 29 2 164 5A 4C
Octal 371 214 224 0 54 51 2 544 132 114
Binary 11111001 10001100 10010100 0 101100 101001 10 101100100 1011010 1001100

Color Harmonies of #F98C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C94

Black with #F98C94

Text Example


Text Example

White with #F98C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C94; }

 p { color: rgb(249,140,148); }

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

background-color css

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

 a { background-color: rgb(249,140,148); }

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

border-color css

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

 span { border-color: rgb(249,140,148); }

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