Html Css Color HEX #F98392 Wewak

📋 copy color: '#F98392'

red 249 ◦ green 131 ◦ blue 146

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

Shades of Wewak #F98392

Tints of Wewak #F98392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.9%

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 47.34%
G = 24.9%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98392 (or 0xF98392) is known color: Wewak. HEX triplet: F9, 83 and 92. RGB value is (249,131,146). Sum of RGB (Red+Green+Blue) = 249+131+146=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F98392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98392 is #067C6D. Grayscale: #A8A8A8. Windows color (decimal): -425070 or 9602041. OLE color: 9602041.

HSL color Cylindrical-coordinate representation of color #F98392: hue angle of 352.37º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98392 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 146 -
CMYK 0 0.47 0.41 0.02
HSL 352.37º 0.91% 0.75% -
HSV(B) 352.37º 0.47% 0.98% -
XYZ 52.37 38.45 31.85 -
YUV 167.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 249 131 146 0 0.47 0.41 0.02 352.37 0.91 0.75
Hex F9 83 92 0 2F 29 2 160 5B 4B
Octal 371 203 222 0 57 51 2 540 133 113
Binary 11111001 10000011 10010010 0 101111 101001 10 101100000 1011011 1001011

Color Harmonies of #F98392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98392

Black with #F98392

Text Example


Text Example

White with #F98392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98392; }

 p { color: rgb(249,131,146); }

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

background-color css

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

 a { background-color: rgb(249,131,146); }

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

border-color css

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

 span { border-color: rgb(249,131,146); }

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