Html Css Color HEX #F998A1 Wewak

📋 copy color: '#F998A1'

red 249 ◦ green 152 ◦ blue 161

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

Shades of Wewak #F998A1

Tints of Wewak #F998A1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.05%

 BLUE value IS 161 (63.28% from 255) = 28.65%

R = 44.31%
G = 27.05%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F998A1 (or 0xF998A1) is known color: Wewak. HEX triplet: F9, 98 and A1. RGB value is (249,152,161). Sum of RGB (Red+Green+Blue) = 249+152+161=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F998A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F998A1 is #06675E. Grayscale: #B6B6B6. Windows color (decimal): -419679 or 10590457. OLE color: 10590457.

HSL color Cylindrical-coordinate representation of color #F998A1: hue angle of 354.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998A1 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 161 -
CMYK 0 0.39 0.35 0.02
HSL 354.43º 0.89% 0.79% -
HSV(B) 354.43º 0.39% 0.98% -
XYZ 56.73 45.17 39.45 -
YUV 182.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 249 152 161 0 0.39 0.35 0.02 354.43 0.89 0.79
Hex F9 98 A1 0 27 23 2 162 59 4F
Octal 371 230 241 0 47 43 2 542 131 117
Binary 11111001 10011000 10100001 0 100111 100011 10 101100010 1011001 1001111

Color Harmonies of #F998A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F998A1

Black with #F998A1

Text Example


Text Example

White with #F998A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F998A1; }

 p { color: rgb(249,152,161); }

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

background-color css

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

 a { background-color: rgb(249,152,161); }

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

border-color css

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

 span { border-color: rgb(249,152,161); }

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