Html Css Color HEX #F98A8C Wewak

📋 copy color: '#F98A8C'

red 249 ◦ green 138 ◦ blue 140

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

Shades of Wewak #F98A8C

Tints of Wewak #F98A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 47.25%
G = 26.19%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F98A8C (or 0xF98A8C) is known color: Wewak. HEX triplet: F9, 8A and 8C. RGB value is (249,138,140). Sum of RGB (Red+Green+Blue) = 249+138+140=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A8C is #067573. Grayscale: #ABABAB. Windows color (decimal): -423284 or 9210617. OLE color: 9210617.

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

Color convert

RGB 249 138 140 -
CMYK 0 0.45 0.44 0.02
HSL 358.92º 0.9% 0.76% -
HSV(B) 358.92º 0.45% 0.98% -
XYZ 52.89 40.21 29.78 -
YUV 171.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 249 138 140 0 0.45 0.44 0.02 358.92 0.9 0.76
Hex F9 8A 8C 0 2D 2C 2 167 5A 4C
Octal 371 212 214 0 55 54 2 547 132 114
Binary 11111001 10001010 10001100 0 101101 101100 10 101100111 1011010 1001100

Color Harmonies of #F98A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A8C

Black with #F98A8C

Text Example


Text Example

White with #F98A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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