Html Css Color HEX #F98D9A Wewak

📋 copy color: '#F98D9A'

red 249 ◦ green 141 ◦ blue 154

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

Shades of Wewak #F98D9A

Tints of Wewak #F98D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 45.77%
G = 25.92%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F98D9A (or 0xF98D9A) is known color: Wewak. HEX triplet: F9, 8D and 9A. RGB value is (249,141,154). Sum of RGB (Red+Green+Blue) = 249+141+154=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D9A is #067265. Grayscale: #AEAEAE. Windows color (decimal): -422502 or 10128889. OLE color: 10128889.

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

Color convert

RGB 249 141 154 -
CMYK 0 0.43 0.38 0.02
HSL 352.78º 0.9% 0.76% -
HSV(B) 352.78º 0.43% 0.98% -
XYZ 54.42 41.52 35.72 -
YUV 174.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 249 141 154 0 0.43 0.38 0.02 352.78 0.9 0.76
Hex F9 8D 9A 0 2B 26 2 161 5A 4C
Octal 371 215 232 0 53 46 2 541 132 114
Binary 11111001 10001101 10011010 0 101011 100110 10 101100001 1011010 1001100

Color Harmonies of #F98D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D9A

Black with #F98D9A

Text Example


Text Example

White with #F98D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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