Html Css Color HEX #F69396 Wewak

📋 copy color: '#F69396'

red 246 ◦ green 147 ◦ blue 150

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

Shades of Wewak #F69396

Tints of Wewak #F69396

RGB

 RED value IS 246 (96.48% from 255) = 45.3%

 GREEN value IS 147 (57.81% from 255) = 27.07%

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

R = 45.3%
G = 27.07%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F69396 (or 0xF69396) is known color: Wewak. HEX triplet: F6, 93 and 96. RGB value is (246,147,150). Sum of RGB (Red+Green+Blue) = 246+147+150=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F69396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69396 is #096C69. Grayscale: #B1B1B1. Windows color (decimal): -617578 or 9868278. OLE color: 9868278.

HSL color Cylindrical-coordinate representation of color #F69396: hue angle of 358.18º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69396 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 147 150 -
CMYK 0 0.40 0.39 0.04
HSL 358.18º 0.85% 0.77% -
HSV(B) 358.18º 0.4% 0.96% -
XYZ 53.94 42.66 34.25 -
YUV 176.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 246 147 150 0 0.40 0.39 0.04 358.18 0.85 0.77
Hex F6 93 96 0 28 27 4 166 55 4D
Octal 366 223 226 0 50 47 4 546 125 115
Binary 11110110 10010011 10010110 0 101000 100111 100 101100110 1010101 1001101

Color Harmonies of #F69396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69396

Black with #F69396

Text Example


Text Example

White with #F69396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69396; }

 p { color: rgb(246,147,150); }

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

background-color css

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

 a { background-color: rgb(246,147,150); }

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

border-color css

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

 span { border-color: rgb(246,147,150); }

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