Html Css Color HEX #F69196 Wewak

📋 copy color: '#F69196'

red 246 ◦ green 145 ◦ blue 150

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

Shades of Wewak #F69196

Tints of Wewak #F69196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.8%

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

R = 45.47%
G = 26.8%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F69196 (or 0xF69196) is known color: Wewak. HEX triplet: F6, 91 and 96. RGB value is (246,145,150). Sum of RGB (Red+Green+Blue) = 246+145+150=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F69196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69196 is #096E69. Grayscale: #AFAFAF. Windows color (decimal): -618090 or 9867766. OLE color: 9867766.

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

Color convert

RGB 246 145 150 -
CMYK 0 0.41 0.39 0.04
HSL 357.03º 0.85% 0.77% -
HSV(B) 357.03º 0.41% 0.96% -
XYZ 53.64 42.05 34.14 -
YUV 175.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 246 145 150 0 0.41 0.39 0.04 357.03 0.85 0.77
Hex F6 91 96 0 29 27 4 165 55 4D
Octal 366 221 226 0 51 47 4 545 125 115
Binary 11110110 10010001 10010110 0 101001 100111 100 101100101 1010101 1001101

Color Harmonies of #F69196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69196

Black with #F69196

Text Example


Text Example

White with #F69196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69196; }

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

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

background-color css

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

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

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

border-color css

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

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

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