Html Css Color HEX #F98A90 Wewak

📋 copy color: '#F98A90'

red 249 ◦ green 138 ◦ blue 144

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

Shades of Wewak #F98A90

Tints of Wewak #F98A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.99%

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 46.89%
G = 25.99%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F98A90 (or 0xF98A90) is known color: Wewak. HEX triplet: F9, 8A and 90. RGB value is (249,138,144). Sum of RGB (Red+Green+Blue) = 249+138+144=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A90 is #06756F. Grayscale: #ABABAB. Windows color (decimal): -423280 or 9472761. OLE color: 9472761.

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

Color convert

RGB 249 138 144 -
CMYK 0 0.45 0.42 0.02
HSL 356.76º 0.9% 0.76% -
HSV(B) 356.76º 0.45% 0.98% -
XYZ 53.19 40.33 31.37 -
YUV 171.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 249 138 144 0 0.45 0.42 0.02 356.76 0.9 0.76
Hex F9 8A 90 0 2D 2A 2 165 5A 4C
Octal 371 212 220 0 55 52 2 545 132 114
Binary 11111001 10001010 10010000 0 101101 101010 10 101100101 1011010 1001100

Color Harmonies of #F98A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A90

Black with #F98A90

Text Example


Text Example

White with #F98A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A90; }

 p { color: rgb(249,138,144); }

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

background-color css

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

 a { background-color: rgb(249,138,144); }

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

border-color css

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

 span { border-color: rgb(249,138,144); }

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