Html Css Color HEX #F98696 Wewak

📋 copy color: '#F98696'

red 249 ◦ green 134 ◦ blue 150

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

Shades of Wewak #F98696

Tints of Wewak #F98696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 46.72%
G = 25.14%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F98696 (or 0xF98696) is known color: Wewak. HEX triplet: F9, 86 and 96. RGB value is (249,134,150). Sum of RGB (Red+Green+Blue) = 249+134+150=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F98696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98696 is #067969. Grayscale: #AAAAAA. Windows color (decimal): -424298 or 9864953. OLE color: 9864953.

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

Color convert

RGB 249 134 150 -
CMYK 0 0.46 0.40 0.02
HSL 351.65º 0.91% 0.75% -
HSV(B) 351.65º 0.46% 0.98% -
XYZ 53.1 39.39 33.66 -
YUV 170.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 249 134 150 0 0.46 0.40 0.02 351.65 0.91 0.75
Hex F9 86 96 0 2E 28 2 160 5B 4B
Octal 371 206 226 0 56 50 2 540 133 113
Binary 11111001 10000110 10010110 0 101110 101000 10 101100000 1011011 1001011

Color Harmonies of #F98696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98696

Black with #F98696

Text Example


Text Example

White with #F98696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98696; }

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

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

background-color css

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

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

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

border-color css

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

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

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