Html Css Color HEX #F98D9D Wewak

📋 copy color: '#F98D9D'

red 249 ◦ green 141 ◦ blue 157

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

Shades of Wewak #F98D9D

Tints of Wewak #F98D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.78%

 BLUE value IS 157 (61.72% from 255) = 28.7%

R = 45.52%
G = 25.78%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F98D9D (or 0xF98D9D) is known color: Wewak. HEX triplet: F9, 8D and 9D. RGB value is (249,141,157). Sum of RGB (Red+Green+Blue) = 249+141+157=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D9D is #067262. Grayscale: #AFAFAF. Windows color (decimal): -422499 or 10325497. OLE color: 10325497.

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

Color convert

RGB 249 141 157 -
CMYK 0 0.43 0.37 0.02
HSL 351.11º 0.9% 0.76% -
HSV(B) 351.11º 0.43% 0.98% -
XYZ 54.68 41.62 37.05 -
YUV 175.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 249 141 157 0 0.43 0.37 0.02 351.11 0.9 0.76
Hex F9 8D 9D 0 2B 25 2 15F 5A 4C
Octal 371 215 235 0 53 45 2 537 132 114
Binary 11111001 10001101 10011101 0 101011 100101 10 101011111 1011010 1001100

Color Harmonies of #F98D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D9D

Black with #F98D9D

Text Example


Text Example

White with #F98D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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