Html Css Color HEX #F98A94 Wewak

📋 copy color: '#F98A94'

red 249 ◦ green 138 ◦ blue 148

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

Shades of Wewak #F98A94

Tints of Wewak #F98A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 46.54%
G = 25.79%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98A94 (or 0xF98A94) is known color: Wewak. HEX triplet: F9, 8A and 94. RGB value is (249,138,148). Sum of RGB (Red+Green+Blue) = 249+138+148=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A94 is #06756B. Grayscale: #ACACAC. Windows color (decimal): -423276 or 9734905. OLE color: 9734905.

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

Color convert

RGB 249 138 148 -
CMYK 0 0.45 0.41 0.02
HSL 354.59º 0.9% 0.76% -
HSV(B) 354.59º 0.45% 0.98% -
XYZ 53.5 40.45 33.01 -
YUV 172.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 249 138 148 0 0.45 0.41 0.02 354.59 0.9 0.76
Hex F9 8A 94 0 2D 29 2 163 5A 4C
Octal 371 212 224 0 55 51 2 543 132 114
Binary 11111001 10001010 10010100 0 101101 101001 10 101100011 1011010 1001100

Color Harmonies of #F98A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A94

Black with #F98A94

Text Example


Text Example

White with #F98A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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