Html Css Color HEX #F98384 Wewak

📋 copy color: '#F98384'

red 249 ◦ green 131 ◦ blue 132

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

Shades of Wewak #F98384

Tints of Wewak #F98384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 48.63%
G = 25.59%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F98384 (or 0xF98384) is known color: Wewak. HEX triplet: F9, 83 and 84. RGB value is (249,131,132). Sum of RGB (Red+Green+Blue) = 249+131+132=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F98384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98384 is #067C7B. Grayscale: #A6A6A6. Windows color (decimal): -425084 or 8684537. OLE color: 8684537.

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

Color convert

RGB 249 131 132 -
CMYK 0 0.47 0.47 0.02
HSL 359.49º 0.91% 0.75% -
HSV(B) 359.49º 0.47% 0.98% -
XYZ 51.35 38.04 26.47 -
YUV 166.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 249 131 132 0 0.47 0.47 0.02 359.49 0.91 0.75
Hex F9 83 84 0 2F 2F 2 167 5B 4B
Octal 371 203 204 0 57 57 2 547 133 113
Binary 11111001 10000011 10000100 0 101111 101111 10 101100111 1011011 1001011

Color Harmonies of #F98384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98384

Black with #F98384

Text Example


Text Example

White with #F98384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98384; }

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

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

background-color css

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

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

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

border-color css

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

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

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