Html Css Color HEX #F98F94 Wewak

📋 copy color: '#F98F94'

red 249 ◦ green 143 ◦ blue 148

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

Shades of Wewak #F98F94

Tints of Wewak #F98F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.48%

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

R = 46.11%
G = 26.48%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98F94 (or 0xF98F94) is known color: Wewak. HEX triplet: F9, 8F and 94. RGB value is (249,143,148). Sum of RGB (Red+Green+Blue) = 249+143+148=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98F94 is #06706B. Grayscale: #AFAFAF. Windows color (decimal): -421996 or 9736185. OLE color: 9736185.

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

Color convert

RGB 249 143 148 -
CMYK 0 0.43 0.41 0.02
HSL 357.17º 0.9% 0.77% -
HSV(B) 357.17º 0.43% 0.98% -
XYZ 54.23 41.92 33.25 -
YUV 175.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 249 143 148 0 0.43 0.41 0.02 357.17 0.9 0.77
Hex F9 8F 94 0 2B 29 2 165 5A 4D
Octal 371 217 224 0 53 51 2 545 132 115
Binary 11111001 10001111 10010100 0 101011 101001 10 101100101 1011010 1001101

Color Harmonies of #F98F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F94

Black with #F98F94

Text Example


Text Example

White with #F98F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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