Html Css Color HEX #F98C8D Wewak

📋 copy color: '#F98C8D'

red 249 ◦ green 140 ◦ blue 141

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

Shades of Wewak #F98C8D

Tints of Wewak #F98C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 46.98%
G = 26.42%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F98C8D (or 0xF98C8D) is known color: Wewak. HEX triplet: F9, 8C and 8D. RGB value is (249,140,141). Sum of RGB (Red+Green+Blue) = 249+140+141=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C8D is #067372. Grayscale: #ACACAC. Windows color (decimal): -422771 or 9276665. OLE color: 9276665.

HSL color Cylindrical-coordinate representation of color #F98C8D: hue angle of 359.45º 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 #F98C8D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 140 141 -
CMYK 0 0.44 0.43 0.02
HSL 359.45º 0.9% 0.76% -
HSV(B) 359.45º 0.44% 0.98% -
XYZ 53.25 40.82 30.27 -
YUV 172.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 249 140 141 0 0.44 0.43 0.02 359.45 0.9 0.76
Hex F9 8C 8D 0 2C 2B 2 167 5A 4C
Octal 371 214 215 0 54 53 2 547 132 114
Binary 11111001 10001100 10001101 0 101100 101011 10 101100111 1011010 1001100

Color Harmonies of #F98C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C8D

Black with #F98C8D

Text Example


Text Example

White with #F98C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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