Html Css Color HEX #F98694 Wewak

📋 copy color: '#F98694'

red 249 ◦ green 134 ◦ blue 148

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

Shades of Wewak #F98694

Tints of Wewak #F98694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.24%

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

R = 46.89%
G = 25.24%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F98694 (or 0xF98694) is known color: Wewak. HEX triplet: F9, 86 and 94. RGB value is (249,134,148). Sum of RGB (Red+Green+Blue) = 249+134+148=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F98694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98694 is #06796B. Grayscale: #AAAAAA. Windows color (decimal): -424300 or 9733881. OLE color: 9733881.

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

Color convert

RGB 249 134 148 -
CMYK 0 0.46 0.41 0.02
HSL 352.7º 0.91% 0.75% -
HSV(B) 352.7º 0.46% 0.98% -
XYZ 52.94 39.33 32.82 -
YUV 169.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 249 134 148 0 0.46 0.41 0.02 352.7 0.91 0.75
Hex F9 86 94 0 2E 29 2 161 5B 4B
Octal 371 206 224 0 56 51 2 541 133 113
Binary 11111001 10000110 10010100 0 101110 101001 10 101100001 1011011 1001011

Color Harmonies of #F98694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98694

Black with #F98694

Text Example


Text Example

White with #F98694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98694; }

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

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

background-color css

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

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

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

border-color css

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

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

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