Html Css Color HEX #F98A8D Wewak

📋 copy color: '#F98A8D'

red 249 ◦ green 138 ◦ blue 141

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

Shades of Wewak #F98A8D

Tints of Wewak #F98A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 47.16%
G = 26.14%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F98A8D (or 0xF98A8D) is known color: Wewak. HEX triplet: F9, 8A and 8D. RGB value is (249,138,141). Sum of RGB (Red+Green+Blue) = 249+138+141=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A8D is #067572. Grayscale: #ABABAB. Windows color (decimal): -423283 or 9276153. OLE color: 9276153.

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

Color convert

RGB 249 138 141 -
CMYK 0 0.45 0.43 0.02
HSL 358.38º 0.9% 0.76% -
HSV(B) 358.38º 0.45% 0.98% -
XYZ 52.96 40.24 30.17 -
YUV 171.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 249 138 141 0 0.45 0.43 0.02 358.38 0.9 0.76
Hex F9 8A 8D 0 2D 2B 2 166 5A 4C
Octal 371 212 215 0 55 53 2 546 132 114
Binary 11111001 10001010 10001101 0 101101 101011 10 101100110 1011010 1001100

Color Harmonies of #F98A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A8D

Black with #F98A8D

Text Example


Text Example

White with #F98A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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